CMakeLists.txt 84 字节
Newer Older
1
IF(WITH_GPU)
2
cc_library(cuda_stream SRCS cuda_stream.cc DEPS enforce boost)
3
ENDIF()