ithron / CortidQCT

A tool for automatic cortical shape identification for QCT scans
Academic Free License v3.0
2 stars 0 forks source link

Fix DLL exports issue #43 #45

Closed ithron closed 5 years ago

ithron commented 5 years ago

The DLL library used in the MATLAB toolbox was missing the symbols of the C-Bindings library (#43). This is fixed by this PR by forcing the Matlab-Bindings target to export all symbols.