frankyeh / DSI-Studio

A Tractography Tool for Diffusion MRI
http://dsi-studio.labsolver.org
Other
118 stars 54 forks source link

Basic cmake #71

Closed bjoo closed 2 years ago

bjoo commented 2 years ago

This patch should add a CMakeLists.txt file and a BUILD_CMAKE.md markdown file to allow the building of the code with CMake, without using Qmake (CMake has good support for Qt5). So far I have tested this only on my Mac, so on a windows and Linux machine it may not work. Also right now I just got to the stage of compiling and linking and running the executable. I have not yet worked on the packaging. However, beyond adding two new files, it oughtn't interfere with what is already there (i.e. it doesn't break the existing QMake setup)