blob: a843b41751c1591d6b525937b587f8a86e15a63a [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)
target_sources(tfm_log
INTERFACE
tfm_log_raw.c
)
target_include_directories(tfm_log
INTERFACE
.
)
target_link_libraries(tfm_log
INTERFACE
platform_ns
)