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.
-DLIB_PROTO_MUTATOR_EXAMPLES_USE_LATEST=ON
1 parent 2eb3579 commit 15c11d7Copy full SHA for 15c11d7
projects/libprotobuf-mutator/build.sh
@@ -23,6 +23,7 @@ pushd build
23
rm -rf *
24
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release \
25
-DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON \
26
+ -DLIB_PROTO_MUTATOR_EXAMPLES_USE_LATEST=ON \
27
-DLIB_PROTO_MUTATOR_FUZZER_LIBRARIES=FuzzingEngine
28
ninja libxml2_example expat_example
29
cp -f examples/libxml2/libxml2_example $OUT/
0 commit comments