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

8
CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.20)
project(Frame)
set(CMAKE_CXX_STANDARD 17)
add_subdirectory(frame)