aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker/CMakeLists.txt
blob: 12a6b3076a0b734ecfaeb8b03a4b0525b1ce1c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(SOURCES
    activities.h
    benchmarker-main.cpp
    benchmarker.cpp
    benchmarker.h
    commandlineparser.cpp
    commandlineparser.h
    exception.h
    runsupport.cpp
    runsupport.h
    valgrindrunner.cpp
    valgrindrunner.h
    )

add_qbs_app(qbs_benchmarker
    DEPENDS Qt${QT_VERSION_MAJOR}::Core Qt${QT_VERSION_MAJOR}::Concurrent
    SOURCES ${SOURCES}
    )