blob: f11b513a2b24f7af92b34e8766ef0eb8e81458f4 [file] [log] [blame]
Balint Dobszay8b7334f2024-01-16 15:56:35 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved.
3#
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
12 "${CMAKE_CURRENT_LIST_DIR}/crypto_partitioning_tests.cpp"
13 )