alandefreitas / matplotplusplus

Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
https://alandefreitas.github.io/matplotplusplus/
MIT License
4.24k stars 325 forks source link

fix: add options for optional deps and find them after installation #354

Open aminya opened 1 year ago

aminya commented 1 year ago

This adds options for the optional dependencies to require building them if needed. This makes sure that the library is built with a required feature.

It also fixes an issue where these dependencies were not being found in the config file after installation

Linked vcpkg pull request: https://github.com/microsoft/vcpkg/pull/31229