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

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

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