mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 08:52:01 +08:00
mlearning/tflite-micro: correct include patch of support library
1. correct include patch of support library 2. add flatbuffers include path Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -136,13 +136,15 @@ if(CONFIG_TFLITEMICRO)
|
||||
# ############################################################################
|
||||
|
||||
set(INCDIR
|
||||
${CMAKE_BINARY_DIR}/apps/math/gemmlowp/gemmlowp
|
||||
${CMAKE_BINARY_DIR}/apps/math/ruy/ruy
|
||||
${CMAKE_BINARY_DIR}/apps/math/kissfft/kissfft
|
||||
${CMAKE_BINARY_DIR}/apps/math/tflite-micro/tflite-micro)
|
||||
${NUTTX_APPS_DIR}/math/gemmlowp/gemmlowp
|
||||
${NUTTX_APPS_DIR}/math/ruy/ruy
|
||||
${NUTTX_APPS_DIR}/math/kissfft/kissfft
|
||||
${NUTTX_APPS_DIR}/math/kissfft/kissfft
|
||||
${NUTTX_APPS_DIR}/mlearning/tflite-micro/tflite-micro
|
||||
${NUTTX_APPS_DIR}/system/flatbuffers/flatbuffers/include)
|
||||
|
||||
if(CONFIG_MLEARNING_CMSIS_NN)
|
||||
list(APPEND INCDIR ${CMAKE_BINARY_DIR}/apps/mlearning/cmsis-nn/cmsis-nn)
|
||||
list(APPEND INCDIR ${NUTTX_APPS_DIR}/apps/mlearning/cmsis-nn/cmsis-nn)
|
||||
endif()
|
||||
|
||||
# ############################################################################
|
||||
|
Reference in New Issue
Block a user