basic CMake stuff

This commit is contained in:
Karl-Wilfried Zimmer 2023-12-31 14:25:18 +01:00
parent 910c5a4cb0
commit 7a9c61a588
2 changed files with 5 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(Geometry)
add_executable(Geometry main.cpp)

0
main.cpp Normal file
View File