example code

This commit is contained in:
Carl Pearson
2020-03-24 12:53:00 -05:00
parent 9bf908ba8a
commit 7cb5616c33
3 changed files with 78 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ project(argparse LANGUAGES CXX VERSION 0.1.0.0)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 11)
add_subdirectory(examples)
# "this command should be in the source directory root for CTest to find the test file"
enable_testing()
add_subdirectory(test)