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)