Commit 5959ae456b356f7cbd29e439606890bbe9db888a

Authored by Henry Fredrick Schreiner
1 parent f6874e66

spacing fix

Showing 1 changed file with 2 additions and 1 deletions
CMakeLists.txt
... ... @@ -19,7 +19,8 @@ add_compile_options(-pedantic -Wall -Wextra)
19 19  
20 20 include_directories(include)
21 21 set(headers "${PROJECT_SOURCE_DIR}/include/CLI.hpp")
22   -enable_testing()
23 22  
  23 +enable_testing()
24 24 add_subdirectory(tests)
  25 +
25 26 add_subdirectory(examples)
... ...