matus-chochlik / oglplus

OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
492 stars 72 forks source link

[Feature Request] VCPKG Support #151

Open liurui39660 opened 4 years ago

liurui39660 commented 4 years ago

It would be easier to manage dependencies if vcpkg support can be added. Or even better, make this repo part of vcpkg packages so users can easily integrate this repo into their project.

jstrom2002 commented 4 years ago

bumping this! this would be very handy.

matus-chochlik commented 4 years ago

Hi, I'm currently focusing on other projects, but if you have a working merge request that does not break anything, I'd be happy to merge it. Otherwise this may take some time since I'm not at all familiar with vcpkg.

BR, --Matus