1 Star 0 Fork 1

码头喇叭/GPSTk

forked from mmmmachine/GPSTk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
GPSTKConfig.cmake.in 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
# - 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@/gpstk" )
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 "@PYTHON_INSTALL_PREFIX@" )
set( GPSTK_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include/gpstk" "${PACKAGE_PREFIX_DIR}/include" )
include("@PACKAGE_INSTALL_CONFIG_DIR@/@EXPORT_TARGETS_FILENAME@.cmake")
message(STATUS "GPSTk found at ${GPSTK_ROOT_DIR}")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mtlb250/GPSTk.git
git@gitee.com:mtlb250/GPSTk.git
mtlb250
GPSTk
GPSTk
master

搜索帮助