Merge pull request #15307 from luotao1/trace_deps

fix imperative compile when WITH_PYTHON=OFF
recover_files
Tao Luo 6 years ago committed by GitHub
commit 9497d43921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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