Auto-download protobuf. (#756)

This commit is contained in:
morehouse 2017-08-02 16:08:12 -07:00 committed by Kostya Serebryany
parent 1e04ac4538
commit db297358e0
1 changed files with 1 additions and 0 deletions

View File

@ -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/