mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
7 lines
462 B
CMake
7 lines
462 B
CMake
idf_component_register(SRCS "WifiManager.cpp" "mDNSDiscoveryService.cpp" "TCPServer.cpp" "CommunicationRouter.cpp" "MessagingInterface.cpp" "OrientationDetection.cpp"
|
|
PRIV_REQUIRES driver esp_event nvs_flash esp_netif espressif__mdns constants config flatbuffers dataLink rmt
|
|
REQUIRES ptrQueue esp_wifi
|
|
INCLUDE_DIRS "include")
|
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE -fexceptions)
|