We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8427180 commit 212a7beCopy full SHA for 212a7be
src/CMakeLists.txt
@@ -20,7 +20,7 @@ add_library(protobuf-mutator
20
text_format.cc
21
utf8_fix.cc)
22
target_link_libraries(protobuf-mutator
23
- ${PROTOBUF_LIBRARIES})
+ ${Protobuf_LIBRARIES})
24
set_target_properties(protobuf-mutator PROPERTIES
25
COMPILE_FLAGS "${NO_FUZZING_FLAGS}"
26
SOVERSION 0)
src/libfuzzer/CMakeLists.txt
@@ -17,7 +17,7 @@ add_library(protobuf-mutator-libfuzzer
17
libfuzzer_macro.cc)
18
target_link_libraries(protobuf-mutator-libfuzzer
19
protobuf-mutator
set_target_properties(protobuf-mutator-libfuzzer PROPERTIES
0 commit comments