objectbox / objectbox-generator

ObjectBox Generator based on FlatBuffers schema files (fbs) for C and C++ (more languages in the future)
https://objectbox.io
GNU Affero General Public License v3.0
35 stars 11 forks source link

Support relative `include` directives in .fbs #40

Open vaind opened 3 years ago

vaind commented 3 years ago

closes #36

the important change is in the flatbuffersc.cpp - the remainder is just (for) tests