The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
Run the following Vcpkg command to install the port.
vcpkg install glew
The package glew is compatible with built-in CMake targets:
find_package(GLEW REQUIRED) target_link_libraries(main PRIVATE GLEW::GLEW)
v2.2.0#4
Oct 23, 2024
!android
nigels-com/glew2.7K
github.com/nigels-com/glew
1b92e9c2cb
Complex license
Manifest