mpw/mplite/CMakeLists.txt

5 lines
98 B
CMake
Raw Normal View History

2013-02-08 00:47:49 +00:00
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(MPLITE_SRC mplite.c)
add_library(MPLITE_LIB ${MPLITE_SRC})