提交 15a5fdb8 编写于 作者: M Martin Jansa 提交者: Liu Jiaming

Release Build: Installation ready for modules/routing/topo_creator

Signed-off-by: NMartin Jansa <Martin.Jansa@gmail.com>
上级 d7f61503
......@@ -59,6 +59,7 @@ install(
],
deps = [
"//cyber:install",
"//modules/routing/topo_creator:install",
],
)
......
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test")
load("//tools/install:install.bzl", "install")
load("//tools:cpplint.bzl", "cpplint")
package(default_visibility = ["//visibility:public"])
install(
name = "install",
targets = [
":topo_creator",
],
runtime_dest = "modules/routing/topo_creator",
)
cc_library(
name = "edge_creator",
srcs = ["edge_creator.cc"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册