Fix ir CMake dependence.

guochaorong-patch-1
Dang 7 years ago
parent 37713f2282
commit 6f72b3b486

@ -1,5 +1,5 @@
cc_library(graph SRCS graph.cc DEPS node)
cc_library(node SRCS node.cc DEPS proto_desc)
cc_library(graph SRCS graph.cc DEPS node)
cc_library(pass SRCS pass.cc DEPS graph node)
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)

Loading…
Cancel
Save