mpw/mplite/CMakeLists.txt
2017-10-02 15:11:28 -04:00

3 lines
63 B
CMake

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