[flatbuffers] Copy dictionaries and schemas to the OUT directory (#4805)

This commit is contained in:
Vladimir Glavnyy 2020-12-09 00:56:24 +07:00 committed by GitHub
parent 301ed831be
commit 4a46459d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,5 +21,6 @@ cd build
cmake -DOSS_FUZZ:BOOL=ON -G "Unix Makefiles" ../tests/fuzzer
make
cp ../tests/fuzzer/*.dict $OUT/
cp *.bfbs $OUT/
cp *_fuzzer $OUT/