alandefreitas / matplotplusplus

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

feat: support OpenGL dependencies with config #352

Closed aminya closed 1 year ago

aminya commented 1 year ago

This adds find_package for glad and glfw3 using CONFIG. This allows the package to be used better with vcpkg.

aminya commented 1 year ago

@alandefreitas Addressed all the comments.

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

alandefreitas commented 1 year ago

That looks good. Thanks!