mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
HAND FIX - Fixup bazel files
This commit is contained in:
committed by
Peter Johnson
parent
7c6efa41ae
commit
6b69aab44e
@@ -263,7 +263,7 @@ cc_test(
|
||||
size = "small",
|
||||
srcs = glob([
|
||||
"src/test/native/cpp/**/*.cpp",
|
||||
"src/test/native/cpp/**/*.h",
|
||||
"src/test/native/cpp/**/*.hpp",
|
||||
]),
|
||||
tags = [
|
||||
"no-raspi",
|
||||
@@ -298,8 +298,8 @@ cc_binary(
|
||||
|
||||
java_binary(
|
||||
name = "DevMain-Java",
|
||||
srcs = ["src/dev/java/edu/wpi/first/math/DevMain.java"],
|
||||
main_class = "edu.wpi.first.math.DevMain",
|
||||
srcs = ["src/dev/java/org/wpilib/math/DevMain.java"],
|
||||
main_class = "org.wpilib.math.DevMain",
|
||||
deps = [
|
||||
":wpimath-java",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user