From 63f33bff83b2a156b5987619ce1b9703d41c5e33 Mon Sep 17 00:00:00 2001 From: MrMirDan Date: Thu, 23 Apr 2026 11:09:05 +0300 Subject: [PATCH] added ctest to client cmake --- client/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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()