Add CMake 'generated_code' target to simplify resolution of build dependencies (#5697)

This commit is contained in:
Vladimir Glavnyy
2020-01-07 06:26:41 +07:00
committed by Wouter van Oortmerssen
parent 21b7061963
commit d1b34f0f28
2 changed files with 58 additions and 13 deletions

View File

@@ -22,6 +22,7 @@ cd ..
# TODO: Linux and macos builds produce differences here for some reason.
git checkout HEAD -- tests/monster_test.bfbs
git checkout HEAD -- tests/arrays_test.bfbs
git checkout HEAD -- samples/monster.bfbs
if ! git diff --quiet; then
echo >&2