summaryrefslogtreecommitdiffstats
path: root/02_exercise/CMakeLists.txt
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-05-21 11:49:54 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-05-21 11:50:12 +0200
commite29af1f554ee40a888689e134e12f8d4a3b24ea1 (patch)
tree64c3a26f17a82fe2da03dfd27d743bc7d05bde35 /02_exercise/CMakeLists.txt
parent5a200f8b131917d2e6d51df50b01042ffaafa9a6 (diff)
downloadbetriebssysteme-e29af1f554ee40a888689e134e12f8d4a3b24ea1.tar.gz
betriebssysteme-e29af1f554ee40a888689e134e12f8d4a3b24ea1.zip
cmake
Diffstat (limited to '02_exercise/CMakeLists.txt')
-rw-r--r--02_exercise/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/02_exercise/CMakeLists.txt b/02_exercise/CMakeLists.txt
new file mode 100644
index 0000000..0cf7c20
--- /dev/null
+++ b/02_exercise/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 3.5)
+
+project(shell)
+
+add_executable(shell array.c shell.c) \ No newline at end of file