Files
fall-fever/apps/flecs-test/CMakeLists.txt
2025-04-13 21:17:35 +02:00

6 lines
95 B
CMake

add_executable(flecs-test
main.cpp
)
target_link_libraries(flecs-test PRIVATE fever_core)