aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfLiteParser
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-06-03 13:00:50 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2019-06-03 13:01:13 +0100
commita7b7928b87825502a428acd5a71713d88622982b (patch)
tree54324fde7880cfc89d2ec632741a6321eef6e150 /src/armnnTfLiteParser
parent8c7324dd7b8751f31f39ba55aaae5c3b48882f3c (diff)
downloadarmnn-a7b7928b87825502a428acd5a71713d88622982b.tar.gz
MLCE-124 Fix install target wrt serializer and tflite parser
Change-Id: If38336f1678504849edb0134a59daae1c8d9ef92 Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
Diffstat (limited to 'src/armnnTfLiteParser')
-rwxr-xr-xsrc/armnnTfLiteParser/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/armnnTfLiteParser/CMakeLists.txt b/src/armnnTfLiteParser/CMakeLists.txt
index 2a6a0a19cd..8ff0837e31 100755
--- a/src/armnnTfLiteParser/CMakeLists.txt
+++ b/src/armnnTfLiteParser/CMakeLists.txt
@@ -20,4 +20,7 @@ if(BUILD_TF_LITE_PARSER)
target_link_libraries(armnnTfLiteParser ${Boost_FILESYSTEM_LIBRARY} ${Boost_THREAD_LIBRARY})
target_link_libraries(armnnTfLiteParser armnn ${FLATBUFFERS_LIBRARY})
-endif() \ No newline at end of file
+
+ install(TARGETS armnnTfLiteParser
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
+endif()