summaryrefslogtreecommitdiff
path: root/tests/baseline/CMakeLists.txt
blob: f38e01c36860c0af4796c7f78dfabe814141e203 (plain)
1
2
3
4
5
6
7
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Special case: test includes the QBaselineTest module sources from qtbase directly
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/../../../qtbase/tests/baseline/shared")
    add_subdirectory(mapitems)
endif()