mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
11 lines
241 B
PkgConfig
11 lines
241 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@
|
|
Requires: glu
|