mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
9 lines
237 B
CMake
9 lines
237 B
CMake
add_library(Debug OBJECT
|
|
DebugConsoleImpl.cpp
|
|
DebugLog.cpp
|
|
Dump.cpp
|
|
Synchroniser.cpp
|
|
)
|
|
|
|
list(APPEND daed_libs "Debug")
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|