From d5679cc8db0a6ab43369eb91089ea5fe015f552f Mon Sep 17 00:00:00 2001 From: Kshitij Sisodia Date: Thu, 3 Mar 2022 16:30:07 +0000 Subject: MLECO-2984: Refactor components * Use UART component from Ethos-U core-platform * Components as cmake project Change-Id: I053f3a59800abc20216e6a4df8555db357e3f21d Signed-off-by: Isabella Gottardi --- source/profiler/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/profiler') diff --git a/source/profiler/CMakeLists.txt b/source/profiler/CMakeLists.txt index b02b276..8fcea1f 100644 --- a/source/profiler/CMakeLists.txt +++ b/source/profiler/CMakeLists.txt @@ -43,6 +43,8 @@ target_link_libraries(profiler PRIVATE log hal) target_compile_definitions(profiler PUBLIC $<$:CPU_PROFILE_ENABLED>) +# Display status +message(STATUS "CMAKE_CURRENT_SOURCE_DIR: " ${CMAKE_CURRENT_SOURCE_DIR}) message(STATUS "*******************************************************") message(STATUS "Library : " profiler) message(STATUS "CMAKE_SYSTEM_PROCESSOR : " ${CMAKE_SYSTEM_PROCESSOR}) -- cgit v1.2.1