2d955428ae
Change-Id: I7453c2439a62331cdc2d7ffaeafb05cd831191c6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
23 lines
541 B
CMake
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
|
|
|