mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
5 lines
270 B
CMake
5 lines
270 B
CMake
idf_component_register(SRCS "MovementManager.cpp" "MovementSetManager.cpp" "TopologyManager.cpp"
|
|
PRIV_REQUIRES esp_event nvs_flash rmt dataLink flatbuffers
|
|
# REQUIRES esp_timer
|
|
INCLUDE_DIRS "include")
|