IVGCVSW-7608 IVGCVSW-7594 IVGCVSW-7598 IVGCVSW-7599 Implement Floor,
Lstm, Pooling2d and Pooling3d operators for Opaque Delegate

Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com>
Change-Id: Ic9af1c50589285ab359661699d32a889cd267cd9
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index 4600f423..8045ee8 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -285,12 +285,20 @@
              test/GatherTestHelper.hpp
              test/GatherNdTest.cpp
              test/GatherNdTestHelper.hpp
+             test/LstmTest.cpp
+             test/LstmTestHelper.hpp
              test/LogicalTest.cpp
              test/LogicalTestHelper.hpp
              test/NormalizationTest.cpp
              test/NormalizationTestHelper.hpp
+             test/Pooling2dTest.cpp
+             test/Pooling2dTestHelper.hpp
+             test/Pooling3dTest.cpp
+             test/Pooling3dTestHelper.hpp
              test/PreluTest.cpp
              test/PreluTestHelper.hpp
+             test/RoundTest.cpp
+             test/RoundTestHelper.hpp
              test/ShapeTest.cpp
              test/ShapeTestHelper.hpp
              test/TestUtils.hpp