2019-06-04 09:47:30 +00:00
|
|
|
# Generated from float.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## float Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
add_qt_executable(float
|
|
|
|
NO_INSTALL # special case
|
|
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
|
|
|
|
SOURCES
|
2020-05-04 09:33:10 +00:00
|
|
|
../../../../shared/emulationdetector.h
|
2019-06-04 09:47:30 +00:00
|
|
|
tst_float.cpp
|
2020-05-04 09:33:10 +00:00
|
|
|
INCLUDE_DIRECTORIES
|
|
|
|
../../../../shared
|
2019-06-04 09:47:30 +00:00
|
|
|
PUBLIC_LIBRARIES
|
|
|
|
Qt::Test
|
|
|
|
)
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
2020-03-17 10:15:10 +00:00
|
|
|
|
|
|
|
# special case begin
|
|
|
|
qt_apply_testlib_coverage_options(float)
|
|
|
|
# special case end
|