summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <ivan.solovev@qt.io>2022-09-16 12:32:16 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-20 13:41:42 +0200
commit2798666e2f7074a948b27c810745120873327ee0 (patch)
tree5e39557e0340718b77a73a78f08069ac7032ee4d
parent9f837843c9c4d98e4d1614c624ea75fada282dd7 (diff)
Add CMakeLists.txt for manual tests subdirectory
... so that they are shown in the build tree Change-Id: Ib073c8792d8ca938e55281321cd0b728e87c261d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit b709bbc26a6685adb94e90a965072f704c36d324)
-rw-r--r--tests/manual/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt
new file mode 100644
index 00000000..de4a9add
--- /dev/null
+++ b/tests/manual/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+add_subdirectory(mapitems_backends)
+add_subdirectory(mapobjects_tester)
+add_subdirectory(mappolyline_tester)