qt6-bb10/tests/libfuzzer/gui/text/qtextlayout/beginlayout/CMakeLists.txt

31 lines
737 B
CMake

# Generated from beginlayout.pro.
#####################################################################
## beginlayout Binary:
#####################################################################
qt_add_executable(beginlayout
GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
Qt::Gui
)
#### Keys ignored in scope 1:.:.:beginlayout.pro:<TRUE>:
# FUZZ_ENGINE = "$$(LIB_FUZZING_ENGINE)"
# QTPLUGIN = "qminimal"
## Scopes:
#####################################################################
qt_extend_target(beginlayout CONDITION FUZZ_ENGINE_ISEMPTY
LINK_OPTIONS
"-fsanitize=fuzzer"
)
qt_extend_target(beginlayout CONDITION NOT FUZZ_ENGINE_ISEMPTY
PUBLIC_LIBRARIES
$ENV{LIB_FUZZING_ENGINE}
)