File: libgltf.pc.in

package info (click to toggle)
libgltf 0.0.2-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,684 kB
  • ctags: 1,169
  • sloc: sh: 11,196; cpp: 8,054; makefile: 128; ansic: 98
file content (11 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libgltf-@GLTF_MAJOR_VERSION@.@GLTF_MINOR_VERSION@
Description: Library for rendering glTF models.
Version: @VERSION@
Requires: glew
Libs: -L${libdir} -lgltf-@GLTF_MAJOR_VERSION@.@GLTF_MINOR_VERSION@
Cflags: -I${includedir}/libgltf-@GLTF_MAJOR_VERSION@.@GLTF_MINOR_VERSION@