2019-06-04 09:47:30 +00:00
|
|
|
# Generated from assert.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## assert Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-07-07 16:01:06 +00:00
|
|
|
qt_add_executable(assert
|
2019-06-04 09:47:30 +00:00
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
|
|
|
tst_assert.cpp
|
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
2020-03-17 10:15:10 +00:00
|
|
|
|
|
|
|
# special case begin
|
|
|
|
qt_apply_testlib_coverage_options(assert)
|
|
|
|
# special case end
|