# # This file is part of KDDockWidgets. # # SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Sergio Martins # # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only # # Contact KDAB at for commercial licensing options. # add_executable(fuzzer main.cpp Fuzzer.cpp Operations.cpp ../Testing.cpp) set_property(TARGET fuzzer PROPERTY CXX_STANDARD 17) target_link_libraries(fuzzer kddockwidgets Qt5::Widgets Qt5::Test) set_compiler_flags(fuzzer)