blob: 6fafa16c7a1c3035ab14664d6879d2e4929fdbfc [file] [log] [blame]
Julian Hall6c59e4e2020-11-23 17:50:47 +01001#-------------------------------------------------------------------------------
julhal01734dbad2020-12-21 10:27:41 +00002# Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
Julian Hall6c59e4e2020-11-23 17:50:47 +01003#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7if (NOT DEFINED TGT)
8 message(FATAL_ERROR "mandatory parameter TGT is not defined.")
9endif()
10
11target_sources(${TGT} PRIVATE
julhal01734dbad2020-12-21 10:27:41 +000012 "${CMAKE_CURRENT_LIST_DIR}/tlv.c"
Julian Hall6c59e4e2020-11-23 17:50:47 +010013 )