summaryrefslogtreecommitdiff
path: root/graphs/cpp/point/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'graphs/cpp/point/CMakeLists.txt')
-rw-r--r--graphs/cpp/point/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphs/cpp/point/CMakeLists.txt b/graphs/cpp/point/CMakeLists.txt
new file mode 100644
index 0000000..0933e1c
--- /dev/null
+++ b/graphs/cpp/point/CMakeLists.txt
@@ -0,0 +1,7 @@
+cmake_minimum_required(VERSION 3.30)
+project(point)
+
+set(CMAKE_CXX_STANDARD 20)
+
+add_executable(point main.cc
+ point.cc)