With 9.2 (it seems, since in 9.1 this did not happen), the third party libraries VTK uses are built as .lib files (static libraries) instead of .dlls. I have BUILD_SHARED_LIBS set to true. I need them to build as DLLs so I can properly load them in Java. Any thoughts what is going on here?
NEVER MIND - I somehow totally missed the DLLs in another directory. Sorry