aboutsummaryrefslogtreecommitdiff
path: root/profiling
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2020-08-25 13:05:59 +0100
committerDerek Lamberti <derek.lamberti@arm.com>2020-08-27 13:57:27 +0000
commiteac4adb5bf493ba7d1b00ef6ecd6b56a42ea3f3d (patch)
treec95267339cabe7ff2b95ef93b53bc27857cc0ab0 /profiling
parent43528ac476836b225b076fbced7a73a8c87e277c (diff)
downloadarmnn-eac4adb5bf493ba7d1b00ef6ecd6b56a42ea3f3d.tar.gz
Export Armnn cmake
Change-Id: I3c317e835aba5feafda240393ca26b6aebe8d655 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'profiling')
-rw-r--r--profiling/common/src/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
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()