提交 abff52ab 编写于 作者: Y Yu Yang 提交者: Qiao Longfei

Simplelize framework/CMakeLists.txt (#2803)

* generic.cmake can propogate dependencies through libraries. It is no
  need to specific all dependencies.
上级 e4fed8f6
......@@ -18,4 +18,4 @@ add_custom_target(framework_py_proto_init ALL COMMAND ${CMAKE_COMMAND} -E touch
add_dependencies(framework_py_proto framework_py_proto_init)
proto_library(net_proto SRCS net_proto.proto DEPS op_proto)
cc_library(net SRCS net.cc DEPS net_proto attr_type op_proto)
cc_library(net SRCS net.cc DEPS net_proto)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册