lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.37k stars 1.13k forks source link

Cmake with VS 2019? #158

Open zzpwahaha opened 4 years ago

zzpwahaha commented 4 years ago

I am using Visual Studio 2019. How should I modefy the WinBuild.cmd files to build it with cmake suitable for VS 2019?

Chachay commented 4 years ago

The key part is how to call vcvarsall.bat. you can find it using vswhere. The example of a modification is following