mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-26 11:49:19 +00:00
9 lines
158 B
CMake
9 lines
158 B
CMake
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
add_definitions(-I ${CMAKE_SOURCE_DIR}/)
|
|
|
|
set(MACOS_SRC traps.c sysequ.c errors.cpp)
|
|
|
|
|
|
add_library(MACOS_LIB ${MACOS_SRC})
|