5 Star 11 Fork 15

Gitee 极速下载/vsomeip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/GENIVI/vsomeip
克隆/下载
vsomeip3Config.cmake.in 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lutz Bichler 提交于 2020-02-12 13:04 . vsomeip 3.1.7.1
# Config file for the vSomeIP package, defines the following variables:
# Exports the following targets:
# vsomeip3 - CMake target for vSomeIP
# Additionally, the following variables are defined:
# VSOMEIP_LIBRARIES - list of libraries to link against, contains only
# "vsomeip3"
# Compute paths
get_filename_component (VSOMEIP_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
# Legacy variable, no longer used but kept for compatibility
get_filename_component(VSOMEIP_INCLUDE_DIRS "" PATH)
# Our library dependencies (contains definitions for IMPORTED targets)
if (NOT TARGET vsomeip AND NOT vsomeip_BINARY_DIR)
include ("${VSOMEIP_CMAKE_DIR}/vsomeip3Targets.cmake")
endif ()
# These are IMPORTED targets created by vsomeipTargets.cmake
set (VSOMEIP_LIBRARIES vsomeip3)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/vsomeip.git
git@gitee.com:mirrors/vsomeip.git
mirrors
vsomeip
vsomeip
master

搜索帮助