[bazel] Implement cscore shared libraries (#8089)

Use all our fancy new linking code to link cscore properly. nm reports that the symbols look quite good.

Signed-off-by: Austin Schuh <austin.linux@gmail.com>
Co-authored-by: PJ Reiniger <pj.reiniger@gmail.com>
Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
This commit is contained in:
Austin Schuh
2025-07-31 21:04:22 -07:00
committed by GitHub
parent 79f6351073
commit 12223ff188
18 changed files with 204 additions and 42 deletions

View File

@@ -22,11 +22,12 @@ wpilib_cc_library(
wpilib_cc_shared_library(
name = "shared/xrpVendordep",
dynamic_deps = [
"//hal:shared/wpiHal",
"//ntcore:shared/ntcore",
"//wpilibc:shared/wpilibc",
"//wpinet:shared/wpinet",
"//wpiutil:shared/wpiutil",
"//wpimath:shared/wpimath",
"//hal:shared/wpiHal",
],
visibility = ["//visibility:public"],
deps = [":xrpVendordep"],