From c7abfe33d67c31c5ba6e885851d1ee60dca9ea41 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Fri, 6 Jul 2018 10:53:49 +0200 Subject: [PATCH] subdir added --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1ea1c18..2f3bcac 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1 +1,2 @@ -add_subdirectory("core") \ No newline at end of file +add_subdirectory("core") +add_subdirectory("gui") \ No newline at end of file