eco2d/code/vendors/flecs/CMakeLists.txt

15 lines
250 B
CMake
Raw Normal View History

2021-05-03 19:53:28 +00:00
file(GLOB SRCS *.h
flecs.c
flecs_json.c
flecs_meta.c
flecs_rest.c
flecs_player.c
flecs_rest.c
flecs_systems_civetweb.c
flecs_dash.c
flecs_monitor.c
flecs-os_api-stdcpp.cpp
flecs_components_http.c
)
2021-01-19 09:44:43 +00:00
add_library(flecs-bundle STATIC ${SRCS})