mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
14 lines
451 B
CMake
14 lines
451 B
CMake
add_library(UI_Vita OBJECT
|
|
DownloaderScreen.cpp
|
|
InGameMenuScreen.cpp
|
|
MainMenuScreen.cpp
|
|
MenuBarScreen.cpp
|
|
TranslationStrings.cpp
|
|
)
|
|
|
|
if(DAEDALUS_PROFILE_UI_VITA)
|
|
target_compile_options(UI_Vita PRIVATE -pg)
|
|
endif(DAEDALUS_PROFILE_UI_VITA)
|
|
|
|
list(APPEND daed_libs "UI_Vita")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|