mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
11 lines
213 B
PkgConfig
11 lines
213 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}
|
||
|
Libs: -L${libdir} -lGLEW
|