From 2821f125c91c192cdd28997e78f366f2db2d39c4 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Sat, 6 Jun 2020 17:19:55 +0200 Subject: stuff works --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d0441e..5a4192a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,7 @@ set(CPACK_PROJECT_VERSION ${PROJECT_VERSION}) include(CPack) add_subdirectory(02_exercise) +add_subdirectory(03_exercise) set(CLANG_WARNINGS -Wall -- cgit v1.2.3-54-g00ecf