-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate fbs header file through cmake during build flow #225
Conversation
1ddcb2a
to
bfc1a3d
Compare
d8a83ba
to
947db62
Compare
81f1968
to
633dd06
Compare
This PR will be ready to go out after #224 that privatizes nng and fbs headers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great changes. Approving mostly for build flow, I think this is much cleaner now. You can wait on other approvals regarding detailed cmake changes
633dd06
to
54ffde3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely!
54ffde3
to
214390b
Compare
214390b
to
2b63056
Compare
As discussed here: #180 (comment) Old setup involved building the `flatc` executable and then manually running it to generate the header file. Now it is integrated into the cmake build flow and `tt_simulation_device_generated.h` will be generated as a dependency of `device` target.
As discussed here: #180 (comment)
Old setup involved building the
flatc
executable and then manually running it to generate the header file.Now it is integrated into the cmake build flow and
tt_simulation_device_generated.h
will be generated as a dependency ofdevice
target.