aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tflite_micro.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tflite_micro.cmake b/tflite_micro.cmake
index fea4e1a..a93bf33 100644
--- a/tflite_micro.cmake
+++ b/tflite_micro.cmake
@@ -167,6 +167,7 @@ target_include_directories(tflu PRIVATE
tensorflow_target_sources_glob(tflu GLOB TRUE
${TFLU_PATH}/*.cc
+ ${TFLU_PATH}/arena_allocator/*.cc
${TFLU_PATH}/memory_planner/*.cc
${TFLU_PATH}/kernels/*.cc)