mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
12 lines
260 B
PkgConfig
12 lines
260 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
includedir=${prefix}/include
|
|
|
|
Name: glew
|
|
Description: The OpenGL Extension Wrangler library
|
|
Version: @version@
|
|
Cflags: -I${includedir} @cflags@
|
|
Libs: -L${libdir} -l@libname@ @libgl@
|
|
Requires: @requireslib@
|