-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel_to_cmake update: Emit include directories more like bazel.
In emit_cc, when generating public includes, generate them more similarly to how bazel generates the includes. Also add additional golden tests and repair some tests. NOTE: This still cannot match bazel since bazel constructs virtual include directories and creates include symlinks between them, which bazel_to_cmake does not do. PiperOrigin-RevId: 673563783 Change-Id: I44fc90124608161fd1e15bd7af0d44e570598d6c
- Loading branch information
1 parent
4b0f8af
commit db9432e
Showing
24 changed files
with
849 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.