Support Reshape Node in Subgraph API

PiperOrigin-RevId: 320553774
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d0437c..ea7463f 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,6 +204,7 @@
   src/subgraph/sigmoid.c
   src/subgraph/softmax.c
   src/subgraph/static-constant-pad.c
+  src/subgraph/static-reshape.c
   src/subgraph/square.c
   src/subgraph/square-root.c
   src/subgraph/squared-difference.c