mpw/macos/CMakeLists.txt

3 lines
79 B
CMake
Raw Normal View History

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