mpw/macos/CMakeLists.txt

3 lines
79 B
CMake
Raw Normal View History

set(MACOS_SRC traps.c sysequ.c errors.cpp)
2013-03-04 03:17:27 +00:00
add_library(MACOS_LIB ${MACOS_SRC})