You can do this via VTK’s build using the VTK_DLL_PATHS
CMake variable. The vtk
package will then inject any paths there using os.add_dll_directory
for you.
You can do this via VTK’s build using the VTK_DLL_PATHS
CMake variable. The vtk
package will then inject any paths there using os.add_dll_directory
for you.