aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/qml/jsapi/evaluate/CMakeLists.txt
blob: 2a41d5ed66a98fa5c24c1485532f374dbfef8e9f (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
# Generated from evaluate.pro.

#####################################################################
## evaluate Binary:
#####################################################################

qt_add_executable(evaluate
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Qml
)

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

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

qt_extend_target(evaluate CONDITION FUZZ_ENGINE_ISEMPTY
    LINK_OPTIONS
        "-fsanitize=fuzzer"
)

qt_extend_target(evaluate CONDITION NOT FUZZ_ENGINE_ISEMPTY
    PUBLIC_LIBRARIES
        $ENV{LIB_FUZZING_ENGINE}
)