mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +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})
|