1 Star 0 Fork 0

xibeisiber/fril

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
frilConfig.cmake.in 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Leopold Palomo-Avellaneda 提交于 2015-12-22 15:09 . Added Realtime vars
# - Config file for the Fril package
# It defines the following variables
# FRIL_INCLUDE_DIRS - include directories for FastRearchInterfaceLibary
# FRIL_LIBRARIES - libraries to link against FastRearchInterfaceLibary
# FRIL_LIBRARIES_STATIC - static version of the library
# FRIL_DEFINITIONS - definitions to use with the FRIL lib
#
# Realtime part
#
# FRIL_RT_FOUND - Flag to determine if fril has realtime version
# FRIL_LIBRARIES_RT - libraries to link against RT version
# FRIL_LIBRARIES_RT_STATIC - static RT version of the library
# FRIL_DEFINITIONS_RT - definitions to use with the FRIL_RT lib
# FRIL_RT_LDFLAGS - ldflags to use when link against FRIL_RT
@PACKAGE_INIT@
SET_AND_CHECK(FRIL_INCLUDE_DIR @PACKAGE_FRIL_DIRNAME_include@ )
IF(NOT TARGET fril)
INCLUDE(${CMAKE_CURRENT_LIST_DIR}/FRILExports.cmake)
ENDIF()
SET(FRIL_INCLUDE_DIRS ${FRIL_INCLUDE_DIR} )
SET(FRIL_LIBRARIES fril_dynamic)
SET(FRIL_LIBRARIES_STATIC fril_static)
SET(FRIL_DEFINITIONS @FRIL_DEFS@ )
# Realtime
SET(FRIL_RT_FOUND @FRIL_RT@)
SET(FRIL_LIBRARIES_RT fril_dynamic_rt )
SET(FRIL_LIBRARIES_RT_STATIC fril_static_rt )
SET(FRIL_RT_LDFLAGS @Xenomai_POSIX_LDFLAGS@ )
SET(FRIL_DEFINITIONS_RT "@FRIL_RT_DEFS@ @FRIL_DEFS@" )
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xibeisiber/fril.git
git@gitee.com:xibeisiber/fril.git
xibeisiber
fril
fril
master

搜索帮助