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
diff --git a/delegate/opaque/CMakeLists.txt b/delegate/opaque/CMakeLists.txt
index abbf38d..858a0a3 100644
--- a/delegate/opaque/CMakeLists.txt
+++ b/delegate/opaque/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
 #
 
@@ -34,6 +34,7 @@
         src/Resize.hpp
         src/ReverseV2.hpp
         src/Round.hpp
+        src/ScatterNd.hpp
         src/Shape.hpp
         src/SharedFunctions.cpp
         src/SharedFunctions.hpp