ENH: Remote module capability
A preliminary implementation of Remote modules. This approach follows the ITK implementation. Three remote modules are included for testing David Doria's Poissoin Reconstruction, David Gobbi's vtkDICOM and Slicer's vtkAddon. To configure vtk with these remote modules: cmake -DvtkAddon:BOOL=ON -DModule_PoissonReconstruction:BOOL=ON -DModule_vtkDICOM:BOOL=ON vtk_source_dir make
Showing
CMake/vtkModuleRemote.cmake
0 → 100644
Remote/.gitignore
0 → 100644
Remote/CMakeLists.txt
0 → 100644
Remote/README.md
0 → 100644
Remote/vtkAddon.remote.cmake
0 → 100644
Remote/vtkDICOM.remote.cmake
0 → 100644
Please register or sign in to comment