Skip to content

Commit

Permalink
Move private_headers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 11, 2025
1 parent 18dee55 commit b53312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ sources = glob(

cc_library(
name = "gz-math",
srcs = sources,
hdrs = public_headers + private_headers,
srcs = sources + private_headers,
hdrs = public_headers,
includes = [
"include",
],
Expand Down

0 comments on commit b53312f

Please sign in to comment.