3 lines
65 B
CMake
3 lines
65 B
CMake
|
file(GLOB SRCS *.c *.h)
|
||
|
add_library(flecs-bundle STATIC ${SRCS})
|