Skip to content

Commit d8b93b2

Browse files
committed
update component dir
1 parent 3de608a commit d8b93b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/projects/ESP32/button/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5-
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus/HAL/ESP32")
5+
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus_network/HAL/ESP32")
66
list(APPEND EXTRA_COMPONENT_DIRS "lib/button")
77
list(APPEND EXTRA_COMPONENT_DIRS "src")
88

examples/projects/ESP32/gate_serialcom/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5-
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus/HAL/ESP32")
5+
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus_network/HAL/ESP32")
66
list(APPEND EXTRA_COMPONENT_DIRS "../../../../tool_services/gate")
77
list(APPEND EXTRA_COMPONENT_DIRS "../../../../tool_services/pipe/SERIAL/ESP32_IDF")
88
list(APPEND EXTRA_COMPONENT_DIRS "src")

examples/projects/ESP32/led/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.5)
44

5-
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus/HAL/ESP32")
5+
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus_network/HAL/ESP32")
66
list(APPEND EXTRA_COMPONENT_DIRS "lib/led")
77
list(APPEND EXTRA_COMPONENT_DIRS "lib/led_strip")
88
list(APPEND EXTRA_COMPONENT_DIRS "src")

0 commit comments

Comments
 (0)