eco2d/code/vendors/flecs/CMakeLists.txt

4 lines
101 B
CMake

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