CMakeLists.txt 126 字节
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})