VTK stores the native libraries in a .dylibs subforlder on mac, as specified here: https://gitlab.kitware.com/vtk/vtk/-/blob/master/CMake/vtkWheelPreparation.cmake?ref_type=heads#L69
Currently, helper scripts store them in the main folder, alongside the Python native modules. I'm not sure if that should be moved to a sub-folder too.
VTK stores the native libraries in a .dylibs subforlder on mac, as specified here: https://gitlab.kitware.com/vtk/vtk/-/blob/master/CMake/vtkWheelPreparation.cmake?ref_type=heads#L69
Currently, helper scripts store them in the main folder, alongside the Python native modules. I'm not sure if that should be moved to a sub-folder too.