Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5959ae456b356f7cbd29e439606890bbe9db888a
Authored by
Henry Fredrick Schreiner
2017-01-28 13:15:17 -0500
1 parent
f6874e66
spacing fix
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
CMakeLists.txt
CMakeLists.txt
View file @
5959ae4
...
...
@@ -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)
...
...