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

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

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