Files
KDDockWidgets/tests/fuzzer/CMakeLists.txt
Sergio Martins e1bf1cd786 Add support for Qt6
Build with -DOPTION_QT6=ON
2020-07-18 21:56:18 +01:00

7 lines
228 B
CMake

add_executable(fuzzer main.cpp Fuzzer.cpp Operations.cpp ../Testing.cpp)
set_property(TARGET fuzzer PROPERTY CXX_STANDARD 17)
target_link_libraries(fuzzer kddockwidgets KDAB::QtWidgets KDAB::QtTest)
set_compiler_flags(fuzzer)