mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-24 12:30:05 +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}) |