aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tflite_micro.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tflite_micro.cmake b/tflite_micro.cmake
index 3d02524..fea4e1a 100644
--- a/tflite_micro.cmake
+++ b/tflite_micro.cmake
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2021 Arm Limited. All rights reserved.
+# Copyright (c) 2021-2022 Arm Limited.
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -171,7 +171,7 @@ tensorflow_target_sources_glob(tflu GLOB TRUE
${TFLU_PATH}/kernels/*.cc)
tensorflow_target_sources_glob(tflu GLOB_RECURSE FALSE
- ${TFLU_PATH}/../c/*.c
+ ${TFLU_PATH}/../c/*.cc
${TFLU_PATH}/../core/*.cc
${TFLU_PATH}/../kernels/*.cc
${TFLU_PATH}/../schema/*.cc)