We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512f654 commit c39e942Copy full SHA for c39e942
CMakeLists.txt
@@ -4,9 +4,8 @@ cmake_minimum_required(VERSION 3.5)
4
5
set(RMAKER_PATH ${CMAKE_SOURCE_DIR}/components/esp-rainmaker)
6
set(INSIGHTS_PATH ${RMAKER_PATH}/components/esp-insights)
7
-set(TFLITE_PATH ${CMAKE_SOURCE_DIR}/components/tflite-micro)
8
9
-set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components ${TFLITE_PATH}/components)
+set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components)
10
11
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
12
project(arduino-lib-builder)
0 commit comments