mirror of
https://github.com/ksherlock/mpw.git
synced 2024-10-31 23:09:44 +00:00
5 lines
98 B
CMake
5 lines
98 B
CMake
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|
|
|
set(MPLITE_SRC mplite.c)
|
|
|
|
add_library(MPLITE_LIB ${MPLITE_SRC}) |