From eac4adb5bf493ba7d1b00ef6ecd6b56a42ea3f3d Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Tue, 25 Aug 2020 13:05:59 +0100 Subject: Export Armnn cmake Change-Id: I3c317e835aba5feafda240393ca26b6aebe8d655 Signed-off-by: Derek Lamberti --- profiling/common/src/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'profiling') diff --git a/profiling/common/src/CMakeLists.txt b/profiling/common/src/CMakeLists.txt index 9505fb8869..3a27a53f8e 100644 --- a/profiling/common/src/CMakeLists.txt +++ b/profiling/common/src/CMakeLists.txt @@ -27,4 +27,11 @@ if(BUILD_TIMELINE_DECODER) # to simplify the build. No extra .so file to deploy to boards etc. add_library_ex(pipeCommon STATIC ${pipeCommon_sources}) + # install the target + install( + TARGETS pipeCommon + EXPORT armnn-targets + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} + ) endif() -- cgit v1.2.1