summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/singleskip/CMakeLists.txt
blob: c3e70ddf72f53414463481c4d04ef57cbae3ec9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from singleskip.pro.

#####################################################################
## singleskip Binary:
#####################################################################

add_qt_executable(singleskip
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        tst_singleskip.cpp
    PUBLIC_LIBRARIES
        Qt::Test
)

## Scopes:
#####################################################################