project.pc.in 319 Bytes
Newer Older
Valentin Platzgummer's avatar
Valentin Platzgummer committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
bindir=@bindir@

Name: @PACKAGE_NAME@
Description: A library for geographic projections
Version: @PACKAGE_VERSION@
URL: https://geographiclib.sourceforge.io

Requires:
Libs: -L${libdir} -lGeographic
Cflags: -I${includedir}