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