You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve tracking dependencies of header generation.
Before:
- Build example 3 using `cmake -G Ninja && ninja`
- Change include/fibonacci.h
- Rebuild using just `ninja`
- No build occurs.
After:
- Follow same steps
- Generated header file is emitted afresh
0 commit comments