mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-29 15:49:31 +00:00
7 lines
116 B
CMake
7 lines
116 B
CMake
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
set(MACOS_SRC traps.c sysequ.c errors.cpp)
|
|
|
|
|
|
add_library(MACOS_LIB ${MACOS_SRC})
|