-
Notifications
You must be signed in to change notification settings - Fork 119
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
Support libraries in decomp.me #843
Conversation
There's one mypy error that I just can't figure out for the life of me. If someone can find a fix, I'd be grateful. Otherwise, this feature is ready for review. |
713fa61
to
5c09987
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.
Frontend changes lgtm
Nice catch, I added a space, and also moved the libraries to be within |
This MR introduces libraries in decomp.me. This is a new section under "Options" that allow adding libraries to the scratch, which allows the user to
#include
the headers provided by that lib.Fixes #842
Example:
This is ready for review.