mirror of
https://github.com/DaedalusX64/daedalus.git
synced 2025-04-02 10:21:48 -04:00
10 lines
390 B
CMake
10 lines
390 B
CMake
add_library(Debug_POSIX OBJECT
|
|
DaedalusAssertPosix.cpp
|
|
DebugConsolePosix.cpp
|
|
WebDebug.cpp
|
|
WebDebugTemplate.cpp
|
|
${PROJECT_SOURCE_DIR}/Source/third_party/webby/webby.c)
|
|
|
|
list(APPEND daed_libs Debug_POSIX)
|
|
set(daed_libs ${daed_libs} PARENT_SCOPE)
|
|
|