eco2d/code/vendors/flecs/CMakeLists.txt

3 lines
65 B
CMake
Raw Normal View History

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