summaryrefslogtreecommitdiffstats
path: root/02_exercise
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-06-01 15:46:28 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-06-01 15:46:50 +0200
commit74abc79434fe895d0ca863e4d1d6c5c16b54f296 (patch)
treec0fcf720bf72c6cd348ce6b8a3063861918fc609 /02_exercise
parent85131d8acfca55810205af625d65358f006f3de7 (diff)
downloadbetriebssysteme-74abc79434fe895d0ca863e4d1d6c5c16b54f296.tar.gz
betriebssysteme-74abc79434fe895d0ca863e4d1d6c5c16b54f296.zip
trying to connect server and shell, weird
Diffstat (limited to '02_exercise')
-rw-r--r--02_exercise/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/02_exercise/CMakeLists.txt b/02_exercise/CMakeLists.txt
index e47f0ee..82df5d5 100644
--- a/02_exercise/CMakeLists.txt
+++ b/02_exercise/CMakeLists.txt
@@ -20,7 +20,7 @@ add_sanitizers(shell)
add_library(builtin builtins.c)
target_compile_options(builtin INTERFACE ${PROJECT_WARNINGS})
-add_library(array array.c)
+add_library(array array.c ../03_exercise/srv/shell.h)
add_library(prompt_utils prompt_utils.c)