qt5base-lts/tests/auto/testlib/selftests/pass/CMakeLists.txt
Leander Beernaert 2d955428ae CMake: Regenerate selftest with latest fixes
Change-Id: I7453c2439a62331cdc2d7ffaeafb05cd831191c6
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-03-19 13:19:21 +01:00

23 lines
541 B
CMake

# Generated from pass.pro.
#####################################################################
## pass Binary:
#####################################################################
qt_add_executable(pass
NO_INSTALL # special case
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" # special case
SOURCES
tst_pass.cpp
PUBLIC_LIBRARIES
Qt::Test
)
## Scopes:
#####################################################################
# special case begin
qt_apply_testlib_coverage_options(pass)
# special case end