CMakeLists.txt 51 字节
Newer Older
1 2 3 4
# XPU
IF(WITH_XPU)
  add_subdirectory(xpu)
ENDIF()