IVGCVSW-7834 Add REVERSE_V2 to classic and opaque delegates

  * Adding support for ReverseV2 in the classic and opaque delegates
  * CMake files updated
  * Tests added
  * Gpu/Cpu Acc tests compiled out until functionality is written

Signed-off-by: Tracy Narine <tracy.narine@arm.com>
Change-Id: I8b41b7e71f2e28e5ea8dddbd00657900e6d7ab9a
diff --git a/delegate/classic/CMakeLists.txt b/delegate/classic/CMakeLists.txt
index 54e00e1..8f872d6 100644
--- a/delegate/classic/CMakeLists.txt
+++ b/delegate/classic/CMakeLists.txt
@@ -34,6 +34,7 @@
         src/Redefine.hpp
         src/Reduce.hpp
         src/Resize.hpp
+        src/ReverseV2.hpp
         src/Round.hpp
         src/Shape.hpp
         src/SharedFunctions.hpp