CMakeLists.txt 321 字节
Newer Older
X
xiexionghang 已提交
1
cc_library(anakin_engine SRCS engine.cc DEPS framework_proto boost)
2
cc_library(anakin_op_teller SRCS op_teller.cc DEPS framework_proto device_context boost)
X
xiexionghang 已提交
3 4 5
target_link_libraries(anakin_engine anakin anakin_saber_common)
cc_test(test_anakin_engine SRCS test_anakin_engine.cc DEPS anakin_engine)
add_subdirectory(convert)