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
@@ -6,7 +6,7 @@ wpilib_cc_library(
|
||||
name = "halsim_gui",
|
||||
srcs = glob([
|
||||
"src/main/native/cpp/*",
|
||||
"src/main/native/include/*.h",
|
||||
"src/main/native/include/**/*.hpp",
|
||||
]),
|
||||
include_license_files = True,
|
||||
includes = ["src/main/native/include"],
|
||||
@@ -32,7 +32,7 @@ wpilib_cc_library(
|
||||
name = "halsim_gui_static",
|
||||
srcs = glob([
|
||||
"src/main/native/cpp/*",
|
||||
"src/main/native/include/*.h",
|
||||
"src/main/native/include/**/*.hpp",
|
||||
]),
|
||||
copts = [
|
||||
"-DHALSIM_InitExtension=HALSIM_InitExtension_GUI",
|
||||
|
||||
Reference in New Issue
Block a user