]> granicus.if.org Git - poly2tri-c/blob - poly2tri-c.pc.in
Rewrite the main p2tc program to make it more useable
[poly2tri-c] / poly2tri-c.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Poly2tri-C
7 Description: A 2D constrained Delaunay triangulation and Delaunay refinement library
8 Version: @P2TC_REAL_VERSION@
9 Requires: glib-2.0
10 Libs: -L${libdir} -l@PACKAGE_NAME@-@P2TC_API_VERSION@
11 Cflags: -I${includedir}/@PACKAGE_NAME@-@P2TC_API_VERSION@