CMakeLists.txt 296 字节
Newer Older
1 2 3 4 5 6
if(NOT WITH_XPU)
  return()
endif()

set(XPU_CTX_DEPS xpulib ssl crypto rt z resolv dl)

7
cc_library(xpu_info SRCS xpu_info.cc DEPS gflags glog enforce xpulib device_context place)
8
cc_library(xpu_op_list SRCS xpu_op_list.cc DEPS gflags glog enforce xpulib device_context)
9 10

add_subdirectory(tests)