mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
27 lines
1.1 KiB
CMake
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)
|