quark/sandbox/CMakeLists.txt
2025-01-03 10:21:31 +01:00

8 lines
102 B
CMake

project(sandbox)
add_executable(sandbox
src/Application.cpp
)
target_link_libraries(sandbox quark)