parent
cc4c641d0f
commit
d72a140e50
@ -1,7 +1,6 @@
|
||||
if(WITH_PYTHON)
|
||||
cc_library(proto_bind SRCS protobuf.cc)
|
||||
cc_library(paddle_pybind SHARED
|
||||
SRCS pybind.cc
|
||||
DEPS proto_bind pybind python backward
|
||||
SRCS pybind.cc protobuf.cc
|
||||
DEPS pybind python backward
|
||||
${GLOB_OP_LIB})
|
||||
endif(WITH_PYTHON)
|
||||
|
Loading…
Reference in new issue