File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1- [submodule "common "]
2- path = common
3- url = https:// github.com/ esp-idf-lib/common .git
1+ [submodule "eil-cmake-utils "]
2+ path = eil-cmake-utils
3+ url = git@ github.com: esp-idf-lib/eil-cmake-utils .git
Original file line number Diff line number Diff line change 1+ list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR} /eil-cmake-utils/cmake)
2+
13idf_component_register (
24 INCLUDE_DIRS .
35 REQUIRES freertos
46)
57
6- # include common cmake file for components
7- set (ESP_IDF_LIB_CMAKE ${CMAKE_CURRENT_LIST_DIR} /common/cmake/esp-idf-lib.cmake)
8- if (EXISTS ${ESP_IDF_LIB_CMAKE} )
9- include (${ESP_IDF_LIB_CMAKE} )
10- else ()
11- message (WARNING "${ESP_IDF_LIB_CMAKE} not found" )
12- endif ()
8+ include (eil_ci )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments