refactor: migrate voxel data storage to DataAllocator for CUDA
This commit is contained in:
@@ -22,3 +22,7 @@ set(LIBRARIES
|
||||
)
|
||||
|
||||
uLib_add_tests(Math)
|
||||
|
||||
if(USE_CUDA)
|
||||
set_source_files_properties(VoxImageFilterTest.cpp PROPERTIES LANGUAGE CUDA)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user