eco2d/code/vendors/cwpack/CMakeLists.txt

3 lines
59 B
CMake
Raw Normal View History

2021-01-19 09:44:43 +00:00
file(GLOB SRCS *.h *.c)
add_library(cwpack STATIC ${SRCS})