InsightSoftwareConsortium / ITKIsotropicWavelets

External Module for ITK, implementing Isotropic Wavelets and Riesz Filter for multiscale phase analysis.
Apache License 2.0
13 stars 11 forks source link

Fix shared library build #92

Closed dzenanz closed 5 years ago

dzenanz commented 5 years ago

Supersedes #91. Closes #89. Closes #91.

This still might not work correctly as shared libraries on Mac. ITK_TEMPLATE_EXPORT expands to something only on Mac, and it might not be consistently applied.

phcerdan commented 5 years ago

Looks good, thanks @dzenanz