glew v2.2.0
- Created
- Updated
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library.
# Usage
The package glew is compatible with built-in CMake targets:
find_package(GLEW REQUIRED)
target_link_libraries(main PRIVATE GLEW::GLEW)
# License
Unknown
# Supported Platforms
!android
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
# Features
No features defined.
# Dependencies
and 2 transitive dependencies:
- egl-registry (by opengl-registry )
- opengl-registry (by opengl )
# Host Dependencies
No transitive dependencies.
# Dependents
- azure-kinect-sensor-sdk (feature
tool
) - colmap
- freetype-gl (feature
glew
) - games101-cgl
- opencolorio (feature
tools
) - opencsg
- openmvs
- opensubdiv (feature
glew
) - openvdb (feature
tools
) - osgearth
- pangolin
- pcl (feature
simulation
) - pixel
- rioki-glow
- theia
- vtk
- wt
# Host Dependents
No dependents.
# Contributors
- Alexander Karatarakis
- sdcb
- Ninetainedo
- sol-prog
- Robert Schumacher
- Manuel Massing
- Adam Martin
- jasjuang
- Martin Müller
- Youngho Kim
- past-due
- Sean Warren
- Phil Christensen
- Cheney Wang
- pravic
- Stefano Sinigardi
- Phoebe
- Alexander Neumann
- Todor Prokopov
- Phoebe
- Jack·Boos·Yu
- autoantwort
- Kai Pastor
- Benjamin Oldenburg
- Mengna-Li
# Changelog
and 34 more commits:
d7394e8
[glew] Fix build failure when VCPKG_BUILD_TYPE is set7f021f9
[glew] Add comment about vcpkg_from_github()7bdf54e
modify glew download url1b2f75b
[vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules.06c028c
Enable static builds of pangolin26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)a6099f8
update glew to 2.1.0ac763f9
[glew] Move source dir to avoid conflicts with previous source version. Rename static -> dynamic.0154ef4
glew cmake buildc5636c4
[glew] Avoid renaming DLLs, because LIBs reference them by name. Prefer using vcpkg_copy_pdbs().2a8d151
[glew] Renames the glew debug output files84ce8ae
[glew] Implement static buildcadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.5a8aaa6
[glew] Mark as not supporting static building4d06bfd
[glew] Fix download file typo84f2975
Updated Glew to version 2.0.099623d6
Fix usage of message(FATAL_ERROR,"blah") to message(FATAL_ERROR "blah")3679955
Introduce SOURCE_PATH to almost all portfiles930d0a7
URL and MIRRORS are now URLS8cee9c6
Replaced everything concerning MD5 with SHA512de56687
add user-friendly message when request install arm-uwp.584d98a
fix TRIPLET_SYSTEM_ARCH set to x86 instead of Win32 issue.ccca198
Initial commit