flatbuffers
flatbuffers copied to clipboard
Make clean removes checked in generated files
Running make clean deletes a bunch of files that are purposely checked into the repo. We should avoid deleting them in the clean step.
deleted: samples/monster.bfbs
deleted: samples/monster_generated.h
deleted: tests/arrays_test.bfbs
deleted: tests/arrays_test_generated.h
deleted: tests/monster_extra_generated.h
deleted: tests/monster_test.bfbs
deleted: tests/monster_test_bfbs_generated.h
deleted: tests/monster_test_generated.h
deleted: tests/namespace_test/namespace_test1_generated.h
deleted: tests/namespace_test/namespace_test2_generated.h
deleted: tests/native_type_test_generated.h
deleted: tests/optional_scalars_generated.h
deleted: tests/union_vector/union_vector_generated.h
I am guessing CMake assumes that anything that is generated by its step is a temp build file and should thus be deleted?
Yeah, i think have to add these as dependencies to some target so they don't get deleted.
This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.