eco2d/code/vendors/flecs/CMakeLists.txt

4 lines
101 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})
2021-01-19 09:57:08 +00:00
include_directories(flecs-bundle .)