aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opengl/opengl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/opengl/opengl.pc.in')
-rw-r--r--vcpkg/ports/opengl/opengl.pc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/opengl/opengl.pc.in b/vcpkg/ports/opengl/opengl.pc.in
new file mode 100644
index 0000000..2bb1066
--- /dev/null
+++ b/vcpkg/ports/opengl/opengl.pc.in
@@ -0,0 +1,9 @@
+prefix=${pcfiledir}/../..
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: OpenGL
+Description: Windows OpenGL library
+Version: @WINDOWS_SDK_SEMVER@
+Libs: -L${libdir} -lopengl32
+Cflags: @WINDOWS_GL_CFLAGS@