light/modules/ecs/CMakeLists.txt

4 lines
149 B
CMake

add_library_module(ecs sparse_set.cpp)
target_link_libraries(ecs PUBLIC logger lt_debug)
add_test_module(ecs sparse_set.test.cpp registry.test.cpp)