End-to-end benchmarks on QC8 MobileNet v1/v2 models

PiperOrigin-RevId: 394013703
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6db857b..81c954d 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6996,6 +6996,8 @@
   ADD_LIBRARY(bench-models STATIC
     models/fp16-mobilenet-v1.cc
     models/fp32-mobilenet-v1.cc
+    models/qc8-mobilenet-v1.cc
+    models/qc8-mobilenet-v2.cc
     models/qs8-mobilenet-v1.cc
     models/qs8-mobilenet-v2.cc
     models/qu8-mobilenet-v1.cc