forked from SGL-UT/gnsstk-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GNSSTK_AppsConfig.cmake.in
27 lines (23 loc) · 1.27 KB
/
GNSSTK_AppsConfig.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
# - GNSSTk: GNSS data processing library and applications by SGL @ ARL:UT.
#The primary goals of the GNSSTk 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 GNSSTk is distributed under the GNU LGPL, Version 3.
#
# * This license gives all users the right to use and redistribute the code.
# * Users of the GNSSTk are not required to open their source, according to the LGPL.
# * This makes the GNSSTk a practical choice for commercial projects.
# * Full text copies of the GPL (COPYING.txt) and the LGPL (COPYING.LESSER.txt) are included with the GNSSTk 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( GNSSTK_APPS_FOUND TRUE )
@PACKAGE_INIT@
set( GNSSTK_APPS_BINDIR "@PACKAGE_CMAKE_INSTALL_BINDIR@" )
set( GNSSTK_APPS_ROOT_DIR "@PACKAGE_CMAKE_INSTALL_PREFIX@" )
message(STATUS "GNSSTK_Apps found at ${GNSSTK_APPS_ROOT_DIR}")