/cpp-interpolation-toolbox

Primary LanguageC++GNU General Public License v3.0GPL-3.0

cpp-template-repo

A template repository for C++ projects

Build sources

Windows

To Be Completed

Unix systems

Require: cmake ; g++ ; (opt) valgrind

mkdir build
cd build
cmake ..
make
make test
(Opt) make memcheck

MacOs

To Be Completed