ADD: new track message, Entity class and Position class
This commit is contained in:
14
libs/geographiclib/cmake/project.pc.in
Normal file
14
libs/geographiclib/cmake/project.pc.in
Normal file
@@ -0,0 +1,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@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user