mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:12:19 +08:00
436c86065f
* [opengl] install pkgconfig files for windows * update version field
10 lines
214 B
PkgConfig
10 lines
214 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenGL
|
|
Description: OpenGL library and headers.
|
|
Version: @WINDOWS_SDK_SEMVER@
|
|
Libs: -L${libdir} -lOpenGL32
|
|
Cflags: -I${includedir}
|