This commit is contained in:
2022-02-11 19:59:20 +01:00
parent a6a31af7b9
commit 4987702f4e
5 changed files with 55 additions and 1 deletions

5
frame/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
set(target frame)
add_executable(${target} main.cpp)