ndhc/ncmlib/CMakeLists.txt

4 lines
65 B
CMake

file(GLOB NCMLIB_SRCS "*.c")
add_library(ncmlib ${NCMLIB_SRCS})