File: cddlib.pc.in

package info (click to toggle)
cddlib 094l-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,264 kB
  • sloc: ansic: 9,303; makefile: 95; sh: 1
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@prefix@/include

Name: @PACKAGE_NAME@
Description: C library implementing Double Description Method (generating vertices, etc. of polyhedra)
Version: @PACKAGE_VERSION@
Libs: @CDD_LDFLAGS@ -L${libdir} @CDD_LIBS@
Cflags: -I${includedir}