Meta package for OpenGL.
This project defines a build2 meta package for including OpenGL into your build2 project. It only sets the linker flags as needed by your platform and does not compile any actual code.
The packaging code is licensed under the MIT License.
Usage
You can simply add this package as dependency to your project by specifying it in your manifest
:
depends: libopengl-meta ^1.0.0
Then just pick the targets that you need:
# just OpenGL
import opengl_gl_libs = libopengl-meta%lib{opengl-gl}
# OpenGL GLU
import opengl_glu_libs = libopengl-meta%lib{opengl-glu}
# OpenGL GLUT
import opengl_glut_libs = libopengl-meta%lib{opengl-glut}
# OpenGL EGL
import opengl_egl_libs = libopengl-meta%lib{opengl-egl}
# OpenGL GLES
import opengl_gles_libs = libopengl-meta%lib{opengl-gles}
license | MIT |
---|---|
project | libopengl-meta |
url | www.opengl.org/ |
doc-url | www.khronos.org/opengl/ |
topics | C++OpenGL |
1 Version
version | 1.0.0+1 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 0 |
reviews | +1 |