mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
15 lines
470 B
CMake
15 lines
470 B
CMake
add_library(Interface OBJECT
|
|
ConfigOptions.cpp
|
|
Cheats.cpp
|
|
Preferences.cpp
|
|
RomDB.cpp
|
|
SaveState.cpp
|
|
)
|
|
|
|
|
|
if(DAEDALUS_PROFILE_INTERFACE)
|
|
target_compile_options(Interface PRIVATE -pg)
|
|
endif(DAEDALUS_PROFILE_INTERFACE)
|
|
|
|
list(APPEND daed_libs "Interface")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|