mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-23 06:32:13 +00:00
6 lines
126 B
CMake
6 lines
126 B
CMake
|
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||
|
|
||
|
set(NATIVE_SRC native.cpp ${CMAKE_SYSTEM_NAME}.cpp)
|
||
|
|
||
|
add_library(NATIVE_LIB ${NATIVE_SRC})
|