https://github.com/bschwind/glew-cmake
A CMake-enabled version of GLEW for use in GFK
https://github.com/bschwind/glew-cmake
Last synced: about 2 months ago
JSON representation
A CMake-enabled version of GLEW for use in GFK
- Host: GitHub
- URL: https://github.com/bschwind/glew-cmake
- Owner: bschwind
- License: other
- Created: 2015-06-07T16:22:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T16:31:08.000Z (about 11 years ago)
- Last Synced: 2025-03-20T17:51:46.367Z (about 1 year ago)
- Language: C
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
GLEW-CMake
========
This is just a simple CMake version of GLEW, intended to make it easy to build 32/64 bit and shared/static versions of GLEW. It's mainly intended for use within [GFK](https://github.com/bschwind/gfk)
Dependencies
-------------------
- CMake
- A working C++ compiler with C++11 support
- OpenGL
- X11 for Linux
Build
------
$ mkdir build
$ cd build
$ cmake ..
$ make