fix imperative compile when WITH_PYTHON=OFF

test=develop
recover_files
luotao1 6 years ago
parent e33427da0d
commit 346561a37f

@ -1,3 +1,5 @@
if(WITH_PYTHON)
cc_library(layer SRCS layer.cc DEPS proto_desc operator)
cc_library(tracer SRCS tracer.cc DEPS proto_desc)
cc_library(engine SRCS engine.cc)
endif()

Loading…
Cancel
Save