diff --git a/CMakeLists.txt b/CMakeLists.txt index 32fd642..59338fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,9 @@ project(vectorwrapper VERSION 1.1.0) include(CMakePackageConfigHelpers) -if (BUILD_TESTS) +include(CTest) + +if (BUILD_TESTING) add_subdirectory(test) endif()