ithron / CortidQCT

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

Build matlab mex extensions using cmake #28

Closed ithron closed 5 years ago

ithron commented 5 years ago

Using cmake's FindMATLAB script, it should be possible to compile the required mex files directly using cmake. This way the mex binaries can also be deployed using appveyor.

ithron commented 5 years ago

Implemented in PR #30