summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qcomparehelpers/CMakeLists.txt
blob: ab0620e8b132eef6710c4913f048e6a058036b71 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qcomparehelpers
    SOURCES
        tst_qcomparehelpers.cpp
    LIBRARIES
        Qt::TestPrivate
)