We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70f4a3b + 7cd5f90 commit a188b03Copy full SHA for a188b03
paddle/fluid/framework/ir/CMakeLists.txt
@@ -1,5 +1,5 @@
1
-cc_library(graph SRCS graph.cc node)
2
-cc_library(node SRCS node.cc)
3
-cc_library(pass SRCS pass.cc graph node)
+cc_library(graph SRCS graph.cc DEPS node)
+cc_library(node SRCS node.cc DEPS proto_desc)
+cc_library(pass SRCS pass.cc DEPS graph node)
4
5
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)
0 commit comments