mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
fuzzers|cmake: Link xml_lpm_fuzzer against Abseil, explicitly
This commit is contained in:
parent
2fd3844a7c
commit
d7e41e2de8
1 changed files with 2 additions and 0 deletions
|
@ -760,6 +760,7 @@ if(EXPAT_BUILD_FUZZERS)
|
|||
endforeach()
|
||||
endforeach()
|
||||
|
||||
find_package(absl REQUIRED)
|
||||
find_package(Protobuf REQUIRED)
|
||||
|
||||
# Only include libprotobuf-mutator here so we don't build it in non-fuzz
|
||||
|
@ -795,6 +796,7 @@ if(EXPAT_BUILD_FUZZERS)
|
|||
target_include_directories(xml_lpm_fuzzer PUBLIC ${ProtobufMutator_INCLUDE_DIR})
|
||||
target_link_libraries(xml_lpm_fuzzer
|
||||
fuzzpat
|
||||
${absl_LIBRARIES}
|
||||
${Protobuf_LIBRARIES}
|
||||
${ProtobufMutator_LIBRARIES})
|
||||
# NOTE: Avoiding target_link_options here only because it needs CMake >=3.13
|
||||
|
|
Loading…
Add table
Reference in a new issue