mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
HAND FIX - Fixup bazel files
This commit is contained in:
committed by
Peter Johnson
parent
7c6efa41ae
commit
6b69aab44e
@@ -74,8 +74,8 @@ filegroup(
|
||||
cc_library(
|
||||
name = "ntcore_c_headers",
|
||||
hdrs = [
|
||||
"src/generated/main/native/include/ntcore_c_types.h",
|
||||
"src/main/native/include/ntcore_c.h",
|
||||
"src/generated/main/native/include/wpi/nt/ntcore_c_types.h",
|
||||
"src/main/native/include/wpi/nt/ntcore_c.h",
|
||||
],
|
||||
includes = [
|
||||
"src/generated/main/native/include",
|
||||
@@ -177,7 +177,7 @@ cc_test(
|
||||
size = "small",
|
||||
srcs = glob([
|
||||
"src/test/native/**/*.cpp",
|
||||
"src/test/native/**/*.h",
|
||||
"src/test/native/**/*.hpp",
|
||||
]),
|
||||
tags = [
|
||||
"exclusive",
|
||||
|
||||
Reference in New Issue
Block a user