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