aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/CMakeLists.txt
blob: fe3a1a54edf064c7223ff58620d4335d72e2f602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(SOURCES
    commandlineparser.cpp
    commandlineparser.h
    fuzzytester.cpp
    fuzzytester.h
    main.cpp
    )

add_qbs_app(qbs_fuzzy-test
    DEPENDS Qt5::Core
    SOURCES ${SOURCES}
    )