blob: f4b0106210ebe07ae0653d7c9f8f64edb3e10b03 [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}/packedc_crypto_provider_serializer.c"
13 "${CMAKE_CURRENT_LIST_DIR}/packedc_key_attributes_translator.c"
Julian Hall6c59e4e2020-11-23 17:50:47 +010014 )