-
Notifications
You must be signed in to change notification settings - Fork 288
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
Enable other programs to include headers using <>
#54
base: master
Are you sure you want to change the base?
Conversation
Yeah... |
This patch currently seems necessary for me to be able to build a piece of software that uses this library. I can change the includes in my codebase to use |
In Bazel 0.22.0, the following code works for me:
As far as I can tell from the generated gcc command line, it looks like the current directory is already added to the quote includes. Can you point me at a case that doesn't work yet? |
@ulfjack : thanks for taking a look. I hope @EdSchouten or @mapx can find the time to respond to you. Just as a side-note: just a few days ago I changed the code to use relative imports inside the project (except for the tests). Maybe that makes things simpler. |
Hi there!
Yep. This fixes things for me. The problem was that the codebase itself contained |
@belbel102711 : you approved this PR. My interpretation was that @EdSchouten and @ulfjack both found that the PR is not necessary. |
This modification enable other projects to include this library headers with '#include <>'.