diff --git a/CMakeLists.txt b/CMakeLists.txt index 93d850e5..01167678 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,9 +42,9 @@ set_warnings(TREAT_AS_ERRORS) # add project code add_subdirectory(src) -# add usage example -add_subdirectory(example) - # add unit tests enable_testing() add_subdirectory(test) + +# add usage example +add_subdirectory(example)