Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Oct 12, 2024
1 parent 09c05ca commit 6e89cc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ntcore/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ wpilib_cc_static_and_shared_library(
exclude = ["src/main/native/cpp/jni/**"],
) + [":generated_cc_source"],
hdrs = glob(["src/main/native/include/**/*"]),
includes = ["src/main/native/include", "src/main/native/cpp"],
includes = [
"src/main/native/cpp",
"src/main/native/include",
],
standard_deps = [
":generated_cc_headers",
],
Expand Down

0 comments on commit 6e89cc2

Please sign in to comment.