mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
HAND FIX - Fixup bazel files
This commit is contained in:
committed by
Peter Johnson
parent
7c6efa41ae
commit
6b69aab44e
@@ -3,18 +3,15 @@ load("//shared/bazel/rules:objectivec_rules.bzl", "wpilib_objc_library")
|
||||
load("//shared/bazel/rules:packaging.bzl", "package_binary_cc_project")
|
||||
|
||||
WIN_SRCS = glob([
|
||||
"src/main/native/windows/**/*.cpp",
|
||||
"src/main/native/windows/**/*.h",
|
||||
"src/main/native/windows/**",
|
||||
])
|
||||
|
||||
LINUX_SRCS = glob([
|
||||
"src/main/native/linux/**/*.cpp",
|
||||
"src/main/native/linux/**/*.h",
|
||||
"src/main/native/linux/**",
|
||||
])
|
||||
|
||||
MAC_SRCS = glob([
|
||||
"src/main/native/osx/**/*.mm",
|
||||
"src/main/native/osx/**/*.h",
|
||||
"src/main/native/osx/**",
|
||||
])
|
||||
|
||||
filegroup(
|
||||
|
||||
@@ -228,7 +228,7 @@ cc_test(
|
||||
"src/main/native/assets/fieldvideo",
|
||||
],
|
||||
defines = [
|
||||
'PROJECT_ROOT_PATH=\\"wpical/src/main/native/assets\\"',
|
||||
'PROJECT_ROOT_PATH=\\"tools/wpical/src/main/native/assets\\"',
|
||||
"__BAZEL__=1",
|
||||
],
|
||||
deps = [
|
||||
|
||||
Reference in New Issue
Block a user