CMakeLists.txt 178 字节
Newer Older
1 2 3 4 5
if (NOT LITE_WITH_BM)
    return()
endif()

lite_cc_library(target_wrapper_bm SRCS target_wrapper.cc DEPS ${bm_runtime_libs})
6
lite_cc_library(device_info_bm SRCS device_info.cc)