Skip to content

Commit

Permalink
update engine cmake list
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 b1e2b21 commit 96c487f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions network/robus_network/HAL/ESP32/luos_engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(srcs "../../../../../engine/core/src/luos_engine.c"
"../../../../../engine/core/src/stats.c"
"../../../../../engine/core/src/streaming.c"
"../../../../../engine/core/src/timestamp.c"
"../../../../../engine/bootloader/bootloader_core.c"
"../../../../../engine/bootloader/luos_bootloader.c"
"../../../../../engine/HAL/ESP32/luos_hal.c"
"../../../../../engine/IO/src/msg_alloc.c"
"../../../../../engine/IO/src/luos_phy.c"
Expand All @@ -17,7 +17,6 @@ set(srcs "../../../../../engine/core/src/luos_engine.c"
"../../../src/port_manager.c"
"../../../src/reception.c"
"../../../src/robus.c"
"../../../src/topic.c"
"../../../src/transmission.c"
"../../../HAL/ESP32/robus_hal.c")

Expand All @@ -26,6 +25,8 @@ set(inc "../../../../../engine/core/inc"
"../../../../../engine/OD"
"../../../../../engine/HAL/ESP32"
"../../../../../engine/bootloader"
"../../../../../engine"
"../../../../../network/robus_network"
"../../../inc"
"../../ESP32")

Expand Down

0 comments on commit 96c487f

Please sign in to comment.