mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
13 lines
381 B
CMake
13 lines
381 B
CMake
|
|
add_library(UI_CTR OBJECT
|
|
InGameMenu.cpp
|
|
RomSelector.cpp
|
|
UserInterface.cpp
|
|
)
|
|
if(DAEDALUS_PROFILE_UI_CTR)
|
|
target_compile_options(UI_CTR PRIVATE -pg)
|
|
endif(DAEDALUS_PROFILE_UI_CTR)
|
|
|
|
|
|
list(APPEND daed_libs "UI_CTR")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|