CMakeLists.txt 85 字节
Newer Older
H
hong19860320 已提交
1 2 3 4 5
if(NOT LITE_WITH_APU)
  return()
endif()

lite_cc_library(device_apu SRCS device.cc)