File: glew.pc.in

package info (click to toggle)
opencsg 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,888 kB
  • sloc: ansic: 54,939; cpp: 5,266; sh: 1,531; perl: 876; makefile: 595; python: 135
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
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@
Requires: @requireslib@