We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6fbf3 + 43d8750 commit d4c534cCopy full SHA for d4c534c
1 file changed
BUILD.bazel
@@ -252,11 +252,9 @@ cc_library(
252
"include/ord/OpenRoad.hh",
253
"include/ord/Tech.h",
254
"include/ord/Timing.h",
255
- "include/ord/Version.hh",
256
],
257
includes = [
258
"include",
259
- "include/ord",
260
261
visibility = ["//:__subpackages__"],
262
deps = [
@@ -270,6 +268,9 @@ cc_library(
270
268
hdrs = [
271
269
":OpenRoadVersion",
272
+ includes = [
+ "include",
273
+ ],
274
)
275
276
genrule(
0 commit comments