eco2d/code/vendors/flecs/CMakeLists.txt

3 lines
65 B
CMake

file(GLOB SRCS *.c *.h)
add_library(flecs-bundle STATIC ${SRCS})