From b0f1dd7171836af19e632dff0b90065a8710f5fa Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Tue, 23 Jul 2019 15:34:01 +0100 Subject: Add DLL copy commands for armnnTfLiteParser.dll Change-Id: Ibf4448bc898d2265ddba1be038d8ebc757bcdc2e --- cmake/AddDllCopyCommands.cmake | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmake') 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} "$/armnnTfLiteParser.dll" + "$/armnnTfLiteParser.dll") + endif() + # caffe.dll and its dependencies listContainsRegex(includeCaffeDlls "${target_deps}" "caffe") if (${includeCaffeDlls}) -- cgit v1.2.1