Skip to content

Commit

Permalink
Release Build: Installation ready for modules/routing/topo_creator
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project authored and storypku committed Apr 23, 2021
1 parent d7f6150 commit 15a5fdb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/routing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ install(
],
deps = [
"//cyber:install",
"//modules/routing/topo_creator:install",
],
)

Expand Down
9 changes: 9 additions & 0 deletions modules/routing/topo_creator/BUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
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"],
Expand Down

0 comments on commit 15a5fdb

Please sign in to comment.