ADD: new track message, Entity class and Position class
This commit is contained in:
14
libs/geographiclib/cmake/Makefile.am
Normal file
14
libs/geographiclib/cmake/Makefile.am
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# Makefile.am
|
||||
#
|
||||
# Copyright (C) 2011-2022, Charles Karney <charles@karney.com>
|
||||
|
||||
cmakedir=$(datadir)/cmake/GeographicLib
|
||||
|
||||
install:
|
||||
$(INSTALL) -d $(DESTDIR)$(cmakedir)
|
||||
$(INSTALL) -m 644 $(srcdir)/FindGeographicLib.cmake \
|
||||
$(DESTDIR)$(cmakedir)
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt FindGeographicLib.cmake \
|
||||
project-config-version.cmake.in project-config.cmake.in
|
||||
Reference in New Issue
Block a user