summaryrefslogtreecommitdiff
path: root/automotive-dlt-config.cmake.in
blob: 5013b540392de7b5b91a9376f16dd5e29d0c5cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#######
# SPDX license identifier: MPL-2.0
#
# Copyright (C) 2021, Martin Willers <M.Willers@gmx.net>
#
# This file is part of GENIVI 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.genivi.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@)