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

Improve CMake configuration #348

Open joaocandre opened 1 year ago

joaocandre commented 1 year ago

Fixed incorrect build interface include directories (pointing to examples directory, wo/ any header files) and added build option to disable building examples (useful when including matplotlib-cpp as a subproject).