From 870b96c643388ae88dd4245b9169f526d6a8d49e Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 25 Mar 2022 21:24:56 +0000 Subject: IVGCVSW-6707 Enables a bare metal compile Change-Id: Icc2f83c5f27f413758fee3e5c1445e9fc44f42c8 Signed-off-by: Jim Flynn --- profiling/common/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'profiling/common/src/CMakeLists.txt') diff --git a/profiling/common/src/CMakeLists.txt b/profiling/common/src/CMakeLists.txt index 94aec874f8..08d77c2b0f 100644 --- a/profiling/common/src/CMakeLists.txt +++ b/profiling/common/src/CMakeLists.txt @@ -30,6 +30,7 @@ # will only build a static version of this common code # to simplify the build. No extra .so file to deploy to boards etc. add_library_ex(pipeCommon STATIC ${pipeCommon_sources}) + target_link_libraries(pipeCommon fmt) target_compile_definitions(pipeCommon PRIVATE "ARMNN_COMPILING_DLL") -- cgit v1.2.1