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.
1 parent 6cd727e commit 7cd5f90Copy full SHA for 7cd5f90
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