eco2d/code/vendors/cwpack/CMakeLists.txt

3 lines
59 B
CMake

file(GLOB SRCS *.h *.c)
add_library(cwpack STATIC ${SRCS})