From 5959ae456b356f7cbd29e439606890bbe9db888a Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Sat, 28 Jan 2017 13:15:17 -0500 Subject: [PATCH] spacing fix --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f629c75..25a4a6ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,8 @@ add_compile_options(-pedantic -Wall -Wextra) include_directories(include) set(headers "${PROJECT_SOURCE_DIR}/include/CLI.hpp") -enable_testing() +enable_testing() add_subdirectory(tests) + add_subdirectory(examples)