Geometry/CMakeLists.txt

6 lines
91 B
CMake
Raw Normal View History

2023-12-31 14:25:18 +01:00
cmake_minimum_required(VERSION 3.10)
project(Geometry)
add_executable(Geometry main.cpp)