eco2d/code/vendors/flecs/CMakeLists.txt

10 lines
111 B
CMake
Raw Normal View History

2021-05-10 06:28:56 +00:00
use_cxx11()
2021-05-03 19:53:28 +00:00
file(GLOB SRCS *.h
flecs.c
2021-05-03 19:53:28 +00:00
flecs-os_api-stdcpp.cpp
)
2021-05-10 06:28:56 +00:00
2021-01-19 09:44:43 +00:00
add_library(flecs-bundle STATIC ${SRCS})