light/modules/sandbox/CMakeLists.txt
2026-01-06 13:42:32 +03:30

3 lines
171 B
CMake

add_executable(sandbox sandbox.cpp)
target_link_libraries(sandbox PRIVATE logger bitwise env memory time test lt_debug math assets app ecs surface renderer input mirror)