mirror of https://github.com/google/oss-fuzz.git
Auto-download protobuf. (#756)
This commit is contained in:
parent
1e04ac4538
commit
db297358e0
|
@ -22,6 +22,7 @@ mkdir -p build
|
|||
pushd build
|
||||
rm -rf *
|
||||
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release \
|
||||
-DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON \
|
||||
-DLIB_PROTO_MUTATOR_FUZZER_LIBRARIES=FuzzingEngine
|
||||
ninja libxml2_example expat_example
|
||||
cp -f examples/libxml2/libxml2_example $OUT/
|
||||
|
|
Loading…
Reference in New Issue