CMakeLists.txt 176 字节
Newer Older
1
if(WITH_PYTHON)
2
  cc_library(paddle_pybind SHARED
3
    SRCS pybind.cc exception.cc protobuf.cc
F
fengjiayi 已提交
4
    DEPS pybind python backward proto_desc
L
Luo Tao 已提交
5
    ${GLOB_OP_LIB})
6
endif(WITH_PYTHON)