Files
Frame/frame/CMakeLists.txt
2022-02-11 19:59:20 +01:00

5 lines
55 B
CMake

set(target frame)
add_executable(${target} main.cpp)