mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-25 07:15:07 +00:00
The OpenGL Extension Wrangler Library
d2e6823451
Installs a config module if CMake verion >= 2.8.12. The config-module creates the import library targets built in the project (glew, glew_s, glewmx, glewmx_s) but in accordance with the FindGLEW module shipped with CMake, it also creates GLEW::GLEW and GLEW::GLEWMX. GLEW::GLEW and GLEW::GLEWMX will be simply copies of glew/glewmx or glew_s/glewmx_s. If both versions are available they alias the shared versions. The default behaviour can be changed either when installing or when using the package: - Set BUILD_SHARED_LIBS to OFF or ON when building and installing GLEW. This controls which libraries (shared or static) will be installed (and not which will be built). - Set GLEW_USE_STATIC_LIBS to OFF or ON before calling `find_package(GLEW CONFIG REQUIRED)` to force the config-module to create GLEW::GLEW and GLEWMX as aliases to glew/glewmx or glew_s/glewmx_s The script ./cmake-testbuild.sh is added to test the CMake build and config-module. See instructions there. |
||
---|---|---|
auto | ||
build | ||
config | ||
doc | ||
src | ||
.gitattributes | ||
.gitignore | ||
cmake-testbuild.sh | ||
glew.pc.in | ||
LICENSE.txt | ||
Makefile | ||
README.txt | ||
TODO.txt |
GLEW - The OpenGL Extension Wrangler Library http://glew.sourceforge.net/ https://github.com/nigels-com/glew See doc/index.html for more information. If you downloaded the tarball from the GLEW website, you just need to: Unix: make sudo -s make install make clean Windows: use the project file in build/vc12/ If you wish to build GLEW from scratch (update the extension data from the net or add your own extension information), you need a Unix environment (including wget, perl, and GNU make). The extension data is regenerated from the top level source directory with: make extensions An alternative to generating the GLEW sources from scratch is to download a pre-generated (unsupported) snapshot: https://sourceforge.net/projects/glew/files/glew/snapshots/