mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
3 lines
63 B
CMake
3 lines
63 B
CMake
|
set(MPLITE_SRC mplite.c)
|
||
|
|
||
|
add_library(MPLITE_LIB ${MPLITE_SRC})
|