forked from SGL-UT/GPSTk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GPSTKConfig.cmake.in
33 lines (28 loc) · 1.61 KB
/
GPSTKConfig.cmake.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# - GPSTk: GNSS data processing library and applications by SGL @ ARL:UT.
#The primary goals of the GPSTk project are to:
# * provide applications for use by the GNSS and satellite navigation community.
# * provide a core library to facilitate the development of GNSS applications.
#
#==============================================================================
# The source code provided by the GPSTk is distributed under the GNU LGPL, Version 3.
#
# * This license gives all users the right to use and redistribute the code.
# * Users of the GPSTk are not required to open their source, according to the LGPL.
# * This makes the GPSTk a practical choice for commercial projects.
# * Full text copies of the GPL (COPYING.txt) and the LGPL (COPYING.LESSER.txt) are included with the GPSTk distribution package.
#
# For more information about the GPL or LGP, please refer to the following:
#
# * http://www.gnu.org/copyleft/lesser.html
# * http://www.gnu.org/licenses/gpl-howto.html
#==============================================================================
set( GPSTK_FOUND TRUE )
@PACKAGE_INIT@
set( GPSTK_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@" "${PACKAGE_PREFIX_DIR}/@GPSTK_INCLUDE_PARENT@" )
set( GPSTK_BINDIR "@PACKAGE_CMAKE_INSTALL_BINDIR@" )
set( GPSTK_LIBRARY_DIRS "@PACKAGE_CMAKE_INSTALL_LIBDIR@" )
set( GPSTK_RUNTIME_LIBRARY_DIRS "@PACKAGE_CMAKE_INSTALL_LIBDIR@" )
set( GPSTK_ROOT_DIR "@PACKAGE_CMAKE_INSTALL_PREFIX@" )
set( GPSTK_PYTHON_DIR "${PACKAGE_PREFIX_DIR}/lib/python2.7/site-packages")
include("@PACKAGE_INSTALL_CONFIG_DIR@/@[email protected]")
message(STATUS "GPSTk found at ${GPSTK_ROOT_DIR}")