mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-11-20 04:32:23 +00:00
5 lines
141 B
CMake
5 lines
141 B
CMake
|
include_directories("${PROJECT_SOURCE_DIR}")
|
||
|
|
||
|
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
|
||
|
|
||
|
add_library(debugger OBJECT ${SOURCES})
|