File: toy.pc.in

package info (click to toggle)
lib2geom 1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,116 kB
  • sloc: cpp: 64,251; python: 2,889; ansic: 1,963; makefile: 31
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: toy
Description: A library for creating toy apps for 2geom
Version: @2GEOM_VERSION@

Requires: 2geom
Libs: -L${libdir} -l2geom
Cflags: -I${includedir}/2geom