Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Aug 27, 2024
1 parent d327ee4 commit 3876d3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
19 changes: 2 additions & 17 deletions hal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,11 @@ filegroup(
visibility = ["//hal:__subpackages__"],
)

ATHENA_SRCS = glob([
"src/main/native/athena/*.cpp",
"src/main/native/athena/*.h",
"src/main/native/athena/cpp/*.cpp",
"src/main/native/athena/ctre/*.cpp",
"src/main/native/athena/ctre/*.h",
"src/main/native/athena/rev/*.cpp",
"src/main/native/athena/rev/*.h",
"src/main/native/athena/frccansae/*.h",
"src/main/native/athena/mockdata/*.cpp",
])
ATHENA_SRCS = glob(["src/main/native/athena/**"])

ATHENA_DEPS = ["@bzlmodrio-ni//libraries/cpp/ni:shared"]

SIM_SRCS = glob([
"src/main/native/sim/*.cpp",
"src/main/native/sim/mockdata/*.cpp",
"src/main/native/sim/*.h",
"src/main/native/sim/mockdata/*.h",
])
SIM_SRCS = glob(["src/main/native/sim/**"])

SIM_DEPS = []

Expand Down
4 changes: 2 additions & 2 deletions wpinet/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ filegroup(

generate_resources(
name = "generate-resources",
namespace = "dlt",
prefix = "DLT",
namespace = "wpi",
prefix = "WPI",
resource_files = glob(["src/main/native/resources/*"]),
)

Expand Down
4 changes: 2 additions & 2 deletions wpiutil/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ cc_library(

generate_resources(
name = "generate-resources",
namespace = "dlt",
prefix = "DLT",
namespace = "wpi",
prefix = "WPI",
resource_files = glob(["src/main/native/resources/*"]),
)

Expand Down

0 comments on commit 3876d3e

Please sign in to comment.