CMakeLists.txt 172 字节
Newer Older
Y
Yan Chunwei 已提交
1 2 3 4
if(NOT LITE_WITH_NPU)
  return()
endif()

5 6 7 8 9
lite_cc_library(npu_runtime SRCS runtime.cc DEPS npu_ddk_hiai)

if(NOT LITE_ON_TINY_PUBLISH)
    add_subdirectory(bridge)
endif()