aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/AddDllCopyCommands.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/AddDllCopyCommands.cmake b/cmake/AddDllCopyCommands.cmake
index b0f4ee0814..74f6f6fff1 100644
--- a/cmake/AddDllCopyCommands.cmake
+++ b/cmake/AddDllCopyCommands.cmake
@@ -55,6 +55,12 @@ macro(addDllCopyCommands target)
"${PROTOBUF_ROOT}/bin/libprotobuf.dll")
endif()
+ # armnnTfLiteParser.dll
+ if ("armnnTfLiteParser" IN_LIST target_deps)
+ addDllCopyCommand(${target} "$<TARGET_FILE_DIR:armnnTfLiteParser>/armnnTfLiteParser.dll"
+ "$<TARGET_FILE_DIR:armnnTfLiteParser>/armnnTfLiteParser.dll")
+ endif()
+
# caffe.dll and its dependencies
listContainsRegex(includeCaffeDlls "${target_deps}" "caffe")
if (${includeCaffeDlls})