3 lines
59 B
CMake
3 lines
59 B
CMake
|
file(GLOB SRCS *.h *.c)
|
||
|
add_library(cwpack STATIC ${SRCS})
|