mirror of
https://github.com/ksherlock/mpw.git
synced 2025-02-18 10:30:45 +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})
|