mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-19 10:20:36 +00:00
1b2d3d0e6e
So the Xcode IDE can list and search them.
9 lines
329 B
CMake
9 lines
329 B
CMake
include_directories("${PROJECT_SOURCE_DIR}"
|
|
"${PROJECT_SOURCE_DIR}/thirdparty/loguru/"
|
|
"${PROJECT_SOURCE_DIR}/thirdparty/capstone/include")
|
|
|
|
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp"
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
|
|
|
add_library(debugger OBJECT ${SOURCES})
|