summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9b1293843..622cc5e00b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,6 +23,9 @@ include(FeatureSummary)
## QtBase specific configure tests:
include(QtBaseConfigureTests)
+## Build System tests:
+include(QtBaseCMakeTesting)
+
## Targets for global features, etc.:
include(QtBaseGlobalTargets)