Gyorgy Szing | 4909180 | 2020-11-24 00:33:09 +0100 | [diff] [blame] | 1 | # |
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. | ||||
10 | find_package(Spdevkit | ||||
11 | COMPONENTS LIBUTIL | ||||
12 | PATHS ${CMAKE_CURRENT_LIST_DIR} | ||||
13 | NO_DEFAULT_PATH | ||||
14 | REQUIRED) | ||||
15 | |||||
16 | include("${CMAKE_CURRENT_LIST_DIR}/LibspTargets.cmake") |