Paddle/paddle/memory/detail/CMakeLists.txt

6 lines
213 B

if(${WITH_GPU})
nv_test(system_allocator_test SRCS system_allocator_test.cc DEPS gflags glog)
else(${WITH_GPU})
cc_test(system_allocator_test SRCS system_allocator_test.cc DEPS gflags glog)
endif(${WITH_GPU})