mpw/mplite/CMakeLists.txt

3 lines
63 B
CMake

set(MPLITE_SRC mplite.c)
add_library(MPLITE_LIB ${MPLITE_SRC})