提交 5ff696f8 编写于 作者: 李寅

Remove utils

上级 37e5bd43
# Description:
# Mace utils.
#
package(
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # Apache 2.0
cc_library(
name = "utils",
srcs = glob(["*.cc"]),
hdrs = glob(["*.h"]),
deps = [
"//mace/proto:cc_proto",
],
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册