aboutsummaryrefslogtreecommitdiff
path: root/delegate/classic/CMakeLists.txt
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2024-03-11 09:31:10 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2024-03-12 18:23:16 +0000
commit93bbf00d968101fb9a9174ad011b655ca7100546 (patch)
tree324a08f34ce1e2de285942c6bfbc25aba1c77dcb /delegate/classic/CMakeLists.txt
parente3cc71663e39a2d46bad3ef7e6c146ff9a9e5b0e (diff)
downloadarmnn-93bbf00d968101fb9a9174ad011b655ca7100546.tar.gz
IVGCVSW-8232 ScatterNd added to delegate and opaque delegate
Signed-off-by: Kevin May <kevin.may@arm.com> Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I5839f54c71f74eaa6819333393bb3054db9db5be
Diffstat (limited to 'delegate/classic/CMakeLists.txt')
-rw-r--r--delegate/classic/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/delegate/classic/CMakeLists.txt b/delegate/classic/CMakeLists.txt
index fbd19ede30..72ecc28d97 100644
--- a/delegate/classic/CMakeLists.txt
+++ b/delegate/classic/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright © 2023 Arm Ltd and Contributors. All rights reserved.
+# Copyright © 2023-2024 Arm Ltd and Contributors. All rights reserved.
# SPDX-License-Identifier: MIT
#
@@ -37,6 +37,7 @@ list(APPEND armnnClassicDelegateObject_sources
src/Resize.hpp
src/ReverseV2.hpp
src/Round.hpp
+ src/ScatterNd.hpp
src/Shape.hpp
src/SharedFunctions.hpp
src/SharedFunctions.cpp