1
0

make 'examples' plural

This commit is contained in:
David Allemang
2021-11-06 18:00:05 -04:00
parent 3e783b03cb
commit 24e7ab47d1
5 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ target_link_libraries(tc INTERFACE eigen)
target_include_directories(tc INTERFACE include)
if (TC_BUILD_EXAMPLE)
add_subdirectory(example)
if (TC_BUILD_EXAMPLES)
add_subdirectory(examples)
endif ()
if (TC_BUILD_TESTING)