From 21d2d1c9176dde9c494993efb81f9a3d07036163 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Wed, 11 Sep 2024 16:13:22 +0200 Subject: [PATCH] Integration/tflm/CMakeLists.txt: adapt moved schema_utils.cc file --- Integration/tflm/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integration/tflm/CMakeLists.txt b/Integration/tflm/CMakeLists.txt index d4de7975..1b9af7ee 100644 --- a/Integration/tflm/CMakeLists.txt +++ b/Integration/tflm/CMakeLists.txt @@ -73,7 +73,7 @@ set(TFLM_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/c/builtin_op_data.h ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/builtin_ops.h ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/schema/schema_generated.h - ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/schema/schema_utils.cc + ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/compiler/mlir/lite/schema/schema_utils.cc ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/schema/schema_utils.h ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/context_util.h ${CMAKE_CURRENT_SOURCE_DIR}/tensorflow/lite/micro/micro_resource_variable.h