daedalus/Source/SysPSP/UI/CMakeLists.txt
2023-04-15 09:35:45 +10:00

27 lines
1.1 KiB
CMake

add_library(UI_PSP OBJECT
AboutComponent.cpp
AdjustDeadzoneScreen.cpp
AdvancedOptionsScreen.cpp
CheatOptionsScreen.cpp
ColourPulser.cpp
Dialogs.cpp
GlobalSettingsComponent.cpp
MainMenuScreen.cpp
PauseOptionsComponent.cpp
PauseScreen.cpp
RomPreferencesScreen.cpp
RomSelectorComponent.cpp
SavestateSelectorComponent.cpp
SelectedRomComponent.cpp
SplashScreen.cpp
UICommand.cpp
UIComponent.cpp
UIContext.cpp
UIElement.cpp
UIScreen.cpp
UISetting.cpp
)
list(APPEND daed_libs "UI_PSP")
set(daed_libs ${daed_libs} PARENT_SCOPE)