light/modules/sandbox/CMakeLists.txt

4 lines
170 B
Text
Raw Normal View History

2026-01-06 13:42:32 +03:30
add_executable(sandbox sandbox.cpp)
2026-01-20 13:22:30 +03:30
target_link_libraries(sandbox PRIVATE preliminary logger bitwise memory time test math assets app ecs surface renderer input mirror)
2026-01-06 13:42:32 +03:30