From fffdcf032030620e57329f54a13a8cc49658ee1a Mon Sep 17 00:00:00 2001 From: Rajasekaran Kalidoss Date: Wed, 10 Apr 2024 11:31:47 +0200 Subject: Print useful core_platform build variables To make it easier to verify the settings used for a build, additional prints of useful cmake variables has been added to the CmakeLists.txt file. Change-Id: I147144ed9eea07ad2d90e5f7eaa3f665e0220c95 Signed-off-by: Rajasekaran Kalidoss --- applications/CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'applications/CMakeLists.txt') diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt index 1fa2b2e..a017575 100644 --- a/applications/CMakeLists.txt +++ b/applications/CMakeLists.txt @@ -1,6 +1,5 @@ # -# SPDX-FileCopyrightText: Copyright 2021, 2023 Arm Limited and/or its affiliates -# +# SPDX-FileCopyrightText: Copyright 2021, 2023-2024 Arm Limited and/or its affiliates # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the License); you may @@ -32,3 +31,9 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "ARMClang") # Only armclang supported for now add_subdirectory(trustzone_inference) endif() + +message(STATUS "*******************************************************") +message(STATUS "PROJECT_NAME : ${PROJECT_NAME}") +message(STATUS "TR_ARENA_SIZE : ${TR_ARENA_SIZE}") +message(STATUS "MESSAGE_HANDLER_ARENA_SIZE : ${MESSAGE_HANDLER_ARENA_SIZE}") +message(STATUS "*******************************************************") -- cgit v1.2.1