File: project.pc.in

package info (click to toggle)
geographiclib 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,572 kB
  • sloc: cpp: 27,765; sh: 5,463; makefile: 695; python: 12; ansic: 10
file content (14 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (2)
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} -l@PACKAGE_NAME@@lib_postfix@
Cflags: -I${includedir}