From e29af1f554ee40a888689e134e12f8d4a3b24ea1 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Thu, 21 May 2020 11:49:54 +0200 Subject: cmake --- 02_exercise/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 02_exercise/CMakeLists.txt (limited to '02_exercise/CMakeLists.txt') 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 -- cgit v1.2.3-54-g00ecf