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.
1 parent cd159c2 commit 285a469Copy full SHA for 285a469
graphics/BUILD.bazel
@@ -21,6 +21,8 @@ public_headers_no_gen = glob([
21
"include/gz/common/**/*.hh",
22
])
23
24
+private_headers = glob(["src/VHACD/*.h"])
25
+
26
sources = glob(
27
["src/*.cc"],
28
exclude = ["src/*_TEST.cc"],
@@ -51,7 +53,7 @@ public_headers = public_headers_no_gen + [
51
53
52
54
cc_library(
55
name = "graphics",
- srcs = sources,
56
+ srcs = sources + private_headers,
57
hdrs = public_headers,
58
copts = [
59
"-Wno-implicit-fallthrough",
0 commit comments