mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-04 21:04:57 +00:00
fuzzers|cmake: Use proper library order for linking xml_lpm_fuzzer
This commit is contained in:
parent
cf28b6de98
commit
ae1fc71ebb
1 changed files with 2 additions and 2 deletions
|
@ -806,8 +806,8 @@ if(EXPAT_BUILD_FUZZERS)
|
|||
target_include_directories(xml_lpm_fuzzer PUBLIC ${ProtobufMutator_INCLUDE_DIR})
|
||||
target_link_libraries(xml_lpm_fuzzer
|
||||
fuzzpat
|
||||
${Protobuf_LIBRARIES}
|
||||
${ProtobufMutator_LIBRARIES})
|
||||
${ProtobufMutator_LIBRARIES}
|
||||
${Protobuf_LIBRARIES})
|
||||
add_dependencies(xml_lpm_fuzzer ${ProtobufMutator_PREFIX})
|
||||
|
||||
# NOTE: Avoiding target_link_options here only because it needs CMake >=3.13
|
||||
|
|
Loading…
Add table
Reference in a new issue