eco2d/code/common/CMakeLists.txt

3 lines
85 B
CMake

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