mpw/native/CMakeLists.txt

6 lines
126 B
CMake
Raw Normal View History

set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(NATIVE_SRC native.cpp ${CMAKE_SYSTEM_NAME}.cpp)
add_library(NATIVE_LIB ${NATIVE_SRC})