mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
4 lines
195 B
CMake
4 lines
195 B
CMake
add_executable(JSON-parse-fuzzer JsonParse.cpp)
|
|
target_link_libraries(JSON-parse-fuzzer PUBLIC Poco::JSON)
|
|
set_target_properties(JSON-parse-fuzzer PROPERTIES LINK_FLAGS $ENV{LIB_FUZZING_ENGINE})
|