From 674d239b6b3ab4f068a6395a92213e2fd068ffc2 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 25 Jun 2021 21:12:29 -0700 Subject: [PATCH] Install command Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d2be63..7eb0cea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,3 +207,5 @@ else (build_errors) message(STATUS "Configuration successful. Type make to compile ${PROJECT_NAME_LOWER}") endif(build_errors) + +add_subdirectory(src)