diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f217096 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.10) + +project(Geometry) + +add_executable(Geometry main.cpp) diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..e69de29