mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-03 21:20:57 +00:00
11 lines
242 B
PkgConfig
11 lines
242 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: glew
|
|
Description: The OpenGL Extension Wrangler library
|
|
Version: 2.2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lGLEW -framework OpenGL
|
|
Requires:
|