blob: 9860934d180296aaabc84e9c1de1a1d902ad8b54 [file] [log] [blame]
#-------------------------------------------------------------------------------
# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
############################# Ns Log ###########################################
add_library(tfm_log INTERFACE)
add_library(tfm_log_interface INTERFACE)
target_sources(tfm_log
INTERFACE
tfm_log_raw.c
)
target_include_directories(tfm_log_interface
INTERFACE
.
)
target_link_libraries(tfm_log
INTERFACE
tfm_log_interface
platform_common_interface
)