4 lines
171 B
Text
4 lines
171 B
Text
|
|
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)
|
||
|
|
|