PerkLab / SlicerFreeSurfer

This repository contains the SlicerFreeSurferImporter extension for 3D Slicer. The extension implements a module for importing models, scalar overlays, and segmentations from FreeSurfer, as well as handling the transformation of models from FreeSurfer to Slicer coordinates.
BSD 3-Clause "New" or "Revised" License
13 stars 4 forks source link

COMP: Explicitly link against vtkAddon following relocation of classes #13

Closed jcfr closed 1 year ago

jcfr commented 1 year ago

After moving the classes like vtkSlicerFreeSurferDijkstraGraphGeodesicPath and vtkCurveGenerator from Slicer into vtkAddon, this commit accounts for this to avoid relying on the implicit linking from the MRMLCore target.

References: