summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools/qhash/CMakeLists.txt
blob: 5286484b0c59b1d7f0794b5f73fddbc946fdcf65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from qhash.pro.

#####################################################################
## tst_hash Binary:
#####################################################################

qt_internal_add_benchmark(tst_hash
    SOURCES
        main.cpp
        outofline.cpp
    INCLUDE_DIRECTORIES
        .
    PUBLIC_LIBRARIES
        Qt::Test
)