1 Star 1 Fork 4

RTplay/dlt-daemon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
automotive-dlt-config.cmake.in 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
#######
# SPDX license identifier: MPL-2.0
#
# Copyright (C) 2021, Martin Willers <M.Willers@gmx.net>
#
# This file is part of COVESA Project DLT - Diagnostic Log and Trace.
#
# This Source Code Form is subject to the terms of the
# Mozilla Public License (MPL), v. 2.0.
# If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# For further information see http://www.covesa.org/.
#######
# Config file for the Genivi::dlt package.
# This file exports the Genivi::dlt CMake target which should be passed to the
# target_link_libraries command.
#
# In addition, the following variable is defined:
# @PROJECT_NAME@_FOUND - TRUE if headers and library were found
include(CMakeFindDependencyMacro)
find_dependency(Threads)
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
check_required_components(@PROJECT_NAME@)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/RTplay/dlt-daemon.git
git@gitee.com:RTplay/dlt-daemon.git
RTplay
dlt-daemon
dlt-daemon
master

搜索帮助