代码拉取完成,页面将自动刷新
# - 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@" )
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。