mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
11 lines
347 B
CMake
11 lines
347 B
CMake
add_library(Debug_PSP OBJECT
|
|
DaedalusAssertPSP.cpp
|
|
DBGConsolePSP.cpp
|
|
)
|
|
|
|
if(DAEDALUS_PROFILE_DEBUG_PSP)
|
|
target_compile_options(Debug_PSP PRIVATE -pg)
|
|
endif(DAEDALUS_PROFILE_DEBUG_PSP)
|
|
|
|
list(APPEND daed_libs "Debug_PSP")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|