Closed aminya closed 1 year ago
This adds find_package for glad and glfw3 using CONFIG. This allows the package to be used better with vcpkg.
find_package
glad
glfw3
CONFIG
vcpkg
@alandefreitas Addressed all the comments.
Linked vcpkg PR: https://github.com/microsoft/vcpkg/pull/31229
That looks good. Thanks!
This adds
find_package
forglad
andglfw3
usingCONFIG
. This allows the package to be used better withvcpkg
.