mtholder / ncl

Nexus Class Library
GNU General Public License v2.0
8 stars 16 forks source link

Add cmake files for ncl #14

Closed cdesjardins closed 7 years ago

cdesjardins commented 7 years ago

This will help the morphy project move up to the latest version of ncl. Nice.

It should be easy to test:

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=~/test_install
make -j8
make install