From b709bbc26a6685adb94e90a965072f704c36d324 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Fri, 16 Sep 2022 12:32:16 +0200 Subject: Add CMakeLists.txt for manual tests subdirectory ... so that they are shown in the build tree Change-Id: Ib073c8792d8ca938e55281321cd0b728e87c261d Reviewed-by: Volker Hilsheimer --- tests/manual/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/manual/CMakeLists.txt (limited to 'tests') 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) -- cgit v1.2.1