We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39e942 commit 79598eeCopy full SHA for 79598ee
CMakeLists.txt
@@ -2,11 +2,6 @@
2
# CMakeLists in this exact order for cmake to work correctly
3
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
-
8
-set(EXTRA_COMPONENT_DIRS ${INSIGHTS_PATH}/components ${RMAKER_PATH}/components)
9
10
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
11
project(arduino-lib-builder)
12
@@ -15,7 +10,7 @@ idf_build_get_property(elf EXECUTABLE GENERATOR_EXPRESSION)
15
add_custom_command(
16
OUTPUT "idf_libs"
17
COMMAND ${CMAKE_SOURCE_DIR}/tools/copy-libs.sh ${IDF_TARGET} "${CONFIG_LIB_BUILDER_FLASHMODE}" "${CONFIG_SPIRAM_MODE_OCT}" "${CONFIG_IDF_TARGET_ARCH_XTENSA}"
18
- DEPENDS all
13
+ DEPENDS ${elf}
19
14
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
20
VERBATIM
21
)
0 commit comments