Include directories and linker dependencies

Can someone please explain where/how additional include directories and library dependencies are added to the VTK modules in the cmake files? Are they loaded from a configuration path/file somewhere?

See the vtk.module file in the directory of the file(s) you’re editing. This is done because VTK needs to figure out “you want X? it says it needs Y, so let’s go build that too”.

1 Like