No generics support. Not intended for production use.
All implemented with C++
- Ninja
- CMake
- Clang & Clang++
Configure the CmakeList.txt and set the location of your installation of matplot++
set(Matplot++_DIR "path/to/Matplot++")
then
cmake -B build -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release
cmake --build build
scripts\release.bat
scripts\build.bat
build/xxx
build\xxx.exe