File: gr3.pc.in

package info (click to toggle)
gr-framework 0.73.22%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,476 kB
  • sloc: ansic: 87,950; cpp: 58,388; objc: 3,057; javascript: 2,647; python: 1,000; yacc: 855; pascal: 554; sh: 281; fortran: 228; makefile: 174
file content (11 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
sopath=${libdir}/libGR3@GR_SHARED_LIBRARY_SUFFIX@

Name: GR3
Description: GR3 is a software library for simple visualization of 3D scenes
Requires.private: gr
Version: @GR_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lGR3