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
@@ -7,7 +7,7 @@ wpilib_halsim_extension(
|
||||
name = "halsim_ws_client",
|
||||
srcs = glob([
|
||||
"src/main/native/cpp/*.cpp",
|
||||
"src/main/native/include/*.h",
|
||||
"src/main/native/include/**/*.hpp",
|
||||
]),
|
||||
deps = [
|
||||
"//simulation/halsim_ws_core",
|
||||
@@ -18,7 +18,7 @@ wpilib_halsim_extension(
|
||||
name = "halsim_ws_client_static",
|
||||
srcs = glob([
|
||||
"src/main/native/cpp/*.cpp",
|
||||
"src/main/native/include/*.h",
|
||||
"src/main/native/include/**/*.hpp",
|
||||
]),
|
||||
copts = [
|
||||
"-DHALSIM_InitExtension=HALSIM_InitExtension_WS_CLIENT",
|
||||
|
||||
Reference in New Issue
Block a user