2026-01-04 17:16:54 +08:00
|
|
|
# if (BASALT_CUDA_DELIVER)
|
|
|
|
|
# add_subdirectory(CudaDeliver)
|
|
|
|
|
# endif ()
|
|
|
|
|
# if (BASALT_ROCM_DELIVER)
|
|
|
|
|
# add_subdirectory(RocmDeliver)
|
|
|
|
|
# endif ()
|
|
|
|
|
if (BASALT_PIPE_DELIVER)
|
|
|
|
|
add_subdirectory(PipeDeliver)
|
|
|
|
|
endif ()
|
|
|
|
|
# if (BASALT_TCP_DELIVER)
|
|
|
|
|
# add_subdirectory(TcpDeliver)
|
|
|
|
|
# endif ()
|
|
|
|
|
# if (BASALT_MMAP_DELIVER)
|
|
|
|
|
# add_subdirectory(MmapDeliver)
|
|
|
|
|
# endif ()
|