From d7fa846f3fc837241f6fb79c9fe74a43ff0fda49 Mon Sep 17 00:00:00 2001 From: andrey Date: Wed, 18 Mar 2026 12:15:49 +0300 Subject: [PATCH] enable tests build --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55facf5..4f98efd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,8 @@ if (CROSSTOOLS) set(QGLENGINE 0) set(UTILS 0) set(DESIGNER_PLUGINS 0) +else() + set(TESTS ON) endif() set(CMAKE_CXX_STANDARD 11)