CMakeLists.txt 213 字节
Newer Older
Y
Yi Wang 已提交
1
if(${WITH_GPU})
L
liaogang 已提交
2
  nv_test(system_allocator_test SRCS system_allocator_test.cc DEPS gflags glog)
Y
Yi Wang 已提交
3
else(${WITH_GPU})
L
liaogang 已提交
4
  cc_test(system_allocator_test SRCS system_allocator_test.cc DEPS gflags glog)
Y
Yi Wang 已提交
5
endif(${WITH_GPU})