summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/gui/text/qtextdocument/sethtml/CMakeLists.txt
blob: 1fefea01282e5059ea6e85872426759edb5bf9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Generated from sethtml.pro.

#####################################################################
## sethtml Binary:
#####################################################################

qt_internal_add_executable(sethtml
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:sethtml.pro:<TRUE>:
# FUZZ_ENGINE = "$$(LIB_FUZZING_ENGINE)"
# QTPLUGIN = "qminimal"

## Scopes:
#####################################################################

qt_internal_extend_target(sethtml CONDITION FUZZ_ENGINE_ISEMPTY
    LINK_OPTIONS
        "-fsanitize=fuzzer"
)

qt_internal_extend_target(sethtml CONDITION NOT FUZZ_ENGINE_ISEMPTY
    PUBLIC_LIBRARIES
        $ENV{LIB_FUZZING_ENGINE}
)