summaryrefslogtreecommitdiff
path: root/demo2/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demo2/CMakeLists.txt')
-rw-r--r--demo2/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/demo2/CMakeLists.txt b/demo2/CMakeLists.txt
new file mode 100644
index 0000000..189bc10
--- /dev/null
+++ b/demo2/CMakeLists.txt
@@ -0,0 +1,8 @@
+# Set the minimum version of CMake that can be used
+cmake_minimum_required(VERSION 3.10)
+
+# Define a new project
+project(Demo2)
+
+# Add an executable
+add_executable(Demo2 main.c) \ No newline at end of file