summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhashseed/CMakeLists.txt
blob: a098f103a78f5150753fc5211d68229e71553a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qhashseed Test:
#####################################################################

qt_internal_add_test(tst_qhashseed
    SOURCES
        tst_qhashseed.cpp
)

qt_internal_add_executable(tst_qhashseed_helper
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        tst_qhashseed_helper.cpp
)