IVGCVSW-6457 Add FLOOR_DIV Support to the TfLiteDelegate

Change-Id: Ia4bf42b1f3f86b947825dff8e538d2d4343effab
Signed-off-by: Jim Flynn <jim.flynn@arm.com>
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index 54ddd61..9d57d21 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -32,6 +32,7 @@
         src/Gather.hpp
         src/LogicalBinary.hpp
         src/Lstm.hpp
+        src/MultiLayerFacade.hpp
         src/Normalization.hpp
         src/Pack.hpp
         src/Pad.hpp
@@ -43,6 +44,8 @@
         src/Resize.hpp
         src/Round.hpp
         src/Shape.hpp
+        src/SharedFunctions.hpp
+        src/SharedFunctions.cpp
         src/Slice.hpp
         src/Softmax.hpp
         src/SpaceDepth.hpp