forked from bblanchon/ArduinoJson
Added CMake "install" target (closes #1209)
This commit is contained in:
@ -10,8 +10,14 @@ add_executable(msgpack_fuzzer
|
||||
msgpack_fuzzer.cpp
|
||||
fuzzer_main.cpp
|
||||
)
|
||||
target_link_libraries(msgpack_fuzzer
|
||||
ArduinoJson
|
||||
)
|
||||
|
||||
add_executable(json_fuzzer
|
||||
json_fuzzer.cpp
|
||||
fuzzer_main.cpp
|
||||
)
|
||||
target_link_libraries(json_fuzzer
|
||||
ArduinoJson
|
||||
)
|
||||
|
Reference in New Issue
Block a user