mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
[bazel] Make publishers for c++ hdr / srcs, and java (#8114)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
load("//shared/bazel/rules:cc_rules.bzl", "wpilib_cc_library", "wpilib_cc_shared_library", "wpilib_cc_static_library")
|
||||
load("//shared/bazel/rules:packaging.bzl", "package_minimal_cc_project")
|
||||
|
||||
wpilib_cc_library(
|
||||
name = "halsim_ws_core",
|
||||
@@ -45,3 +46,9 @@ wpilib_cc_static_library(
|
||||
":halsim_ws_core",
|
||||
],
|
||||
)
|
||||
|
||||
package_minimal_cc_project(
|
||||
name = "halsim_ws_core",
|
||||
maven_artifact_name = "halsim_ws_core",
|
||||
maven_group_id = "edu.wpi.first.halsim",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user