blob: cd8d0d6a47f489f824e9a1b5e6ce29b04767cb7a [file] [log] [blame]
Gyorgy Szing49091802020-11-24 00:33:09 +01001#
2# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7@PACKAGE_INIT@
8
9# Any user of the lib will depend on spdevkit. Use our find module to get access to it.
10find_package(Spdevkit
11 COMPONENTS LIBUTIL
12 PATHS ${CMAKE_CURRENT_LIST_DIR}
13 NO_DEFAULT_PATH
14 REQUIRED)
15
16include("${CMAKE_CURRENT_LIST_DIR}/LibspTargets.cmake")