mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 18:19:01 +08:00
436c86065f
* [opengl] install pkgconfig files for windows * update version field
11 lines
220 B
PkgConfig
11 lines
220 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glu
|
|
Description: OpenGL Utility Library
|
|
Version: @WINDOWS_SDK_SEMVER@
|
|
Requires: opengl
|
|
Libs: -L${libdir} -lGlU32
|
|
Cflags: -I${includedir}
|