Fix TFLite build error due to folder changes

This commit is contained in:
me-no-dev 2023-10-11 17:44:21 +03:00
parent 512f6545a0
commit c39e942edc

View file

@ -4,9 +4,8 @@ cmake_minimum_required(VERSION 3.5)
set(RMAKER_PATH ${CMAKE_SOURCE_DIR}/components/esp-rainmaker) set(RMAKER_PATH ${CMAKE_SOURCE_DIR}/components/esp-rainmaker)
set(INSIGHTS_PATH ${RMAKER_PATH}/components/esp-insights) set(INSIGHTS_PATH ${RMAKER_PATH}/components/esp-insights)
set(TFLITE_PATH ${CMAKE_SOURCE_DIR}/components/tflite-micro)
set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components ${TFLITE_PATH}/components) set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(arduino-lib-builder) project(arduino-lib-builder)