Enable other programs to include headers using <>#54
Enable other programs to include headers using <>#54mapx wants to merge 1 commit intogoogle:masterfrom mapx:patch-1
<>#54Conversation
|
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. |
|
I think that the final conclusion is that this PR is not necessary. Given that it has been static for 5 years, perhaps it should be closed. |
This modification enable other projects to include this library headers with '#include <>'.