Files
ArduinoJson/extras/fuzzing/CMakeLists.txt

18 lines
284 B
CMake
Raw Normal View History

2018-10-19 19:42:15 +02:00
# ArduinoJson - arduinojson.org
2020-01-09 15:48:38 +01:00
# Copyright Benoit Blanchon 2014-2020
2018-10-19 19:42:15 +02:00
# MIT License
if(MSVC)
add_compile_options(-D_CRT_SECURE_NO_WARNINGS)
endif()
2018-10-19 19:42:15 +02:00
add_executable(msgpack_fuzzer
msgpack_fuzzer.cpp
fuzzer_main.cpp
)
add_executable(json_fuzzer
json_fuzzer.cpp
fuzzer_main.cpp
)