Skip to content

Commit

Permalink
update component dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thobiassta authored and nicolas-rabault committed Jan 5, 2024
1 parent a08e381 commit b1e2b21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/projects/ESP32/button/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus/HAL/ESP32")
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus_network/HAL/ESP32")
list(APPEND EXTRA_COMPONENT_DIRS "lib/button")
list(APPEND EXTRA_COMPONENT_DIRS "src")

Expand Down
2 changes: 1 addition & 1 deletion examples/projects/ESP32/gate_serialcom/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus/HAL/ESP32")
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus_network/HAL/ESP32")
list(APPEND EXTRA_COMPONENT_DIRS "../../../../tool_services/gate")
list(APPEND EXTRA_COMPONENT_DIRS "../../../../tool_services/pipe/SERIAL/ESP32_IDF")
list(APPEND EXTRA_COMPONENT_DIRS "src")
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/ESP32/led/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus/HAL/ESP32")
list(APPEND EXTRA_COMPONENT_DIRS "../../../../network/robus_network/HAL/ESP32")
list(APPEND EXTRA_COMPONENT_DIRS "lib/led")
list(APPEND EXTRA_COMPONENT_DIRS "lib/led_strip")
list(APPEND EXTRA_COMPONENT_DIRS "src")
Expand Down

0 comments on commit b1e2b21

Please sign in to comment.