eco2d/code/common/CMakeLists.txt

3 lines
73 B
CMake

file(GLOB_RECURSE SRCS *.h *.c)
add_library(eco2d-common STATIC ${SRCS})