dingusppc/debugger/CMakeLists.txt

5 lines
141 B
CMake
Raw Normal View History

2020-04-20 18:32:09 +00:00
include_directories("${PROJECT_SOURCE_DIR}")
file(GLOB SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cpp")
add_library(debugger OBJECT ${SOURCES})