File: tinygltf.pc.in

package info (click to toggle)
tinygltf 2.5.0%2Bdfsg-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,212 kB
  • sloc: cpp: 7,283; sh: 29; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
prefix=@CMAKE_INSTALL_PREFIX@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@

Name: @PROJECT_NAME@
Description: glTF loader and saver library
Version: @PROJECT_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -ltinygltf