diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 42e9ad566..029485902 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -233,6 +233,8 @@ if(NOT IOS AND NOT ANDROID AND NOT MACOS_NE) ) endif() +include(CTest) + if(NOT IOS AND NOT ANDROID AND NOT MACOS_NE) add_subdirectory(tests) endif()