mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
fuzzers|cmake: Fix parallel build for xml_lpm_fuzzer
This commit is contained in:
parent
d7e41e2de8
commit
ba8744ae19
1 changed files with 2 additions and 0 deletions
|
@ -799,6 +799,8 @@ if(EXPAT_BUILD_FUZZERS)
|
|||
${absl_LIBRARIES}
|
||||
${Protobuf_LIBRARIES}
|
||||
${ProtobufMutator_LIBRARIES})
|
||||
add_dependencies(xml_lpm_fuzzer ${ProtobufMutator_PREFIX})
|
||||
|
||||
# NOTE: Avoiding target_link_options here only because it needs CMake >=3.13
|
||||
if(EXPAT_OSSFUZZ_BUILD)
|
||||
set_target_properties(xml_lpm_fuzzer PROPERTIES LINK_FLAGS $ENV{LIB_FUZZING_ENGINE})
|
||||
|
|
Loading…
Add table
Reference in a new issue