basic CMake stuff
This commit is contained in:
parent
910c5a4cb0
commit
7a9c61a588
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
|
||||
project(Geometry)
|
||||
|
||||
add_executable(Geometry main.cpp)
|
Loading…
Reference in New Issue
Block a user