Fix TFLite build error due to folder changes
This commit is contained in:
parent
512f6545a0
commit
c39e942edc
1 changed files with 1 additions and 2 deletions
|
|
@ -4,9 +4,8 @@ cmake_minimum_required(VERSION 3.5)
|
|||
|
||||
set(RMAKER_PATH ${CMAKE_SOURCE_DIR}/components/esp-rainmaker)
|
||||
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)
|
||||
project(arduino-lib-builder)
|
||||
|
|
|
|||
Loading…
Reference in a new issue