IVGCVSW-1650 Add Support for Reshape layer on TF Lite parser
 * Added Reshape operator support for the TfLite Parser.

Change-Id: I64a5650dac089905a402be4a9cb6032aa0d81f00
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4ed9b4..4290461 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -728,6 +728,7 @@
              src/armnnTfLiteParser/test/GetSubgraphInputsOutputs.cpp
              src/armnnTfLiteParser/test/GetInputsOutputs.cpp
              src/armnnTfLiteParser/test/Activations.cpp
+             src/armnnTfLiteParser/test/Reshape.cpp
              )
     endif()