# Copyright (c) 2026 Dominic Masters
# 
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT

# Sources — PSP uses its own native GU display; SDL2 display not compiled there
if(NOT DUSK_TARGET_SYSTEM STREQUAL "psp")
  target_sources(${DUSK_LIBRARY_TARGET_NAME}
    PUBLIC
      displaysdl2.c
  )
endif()

# Subdirs