DualLedController/components/Communication/CMakeLists.txt
2024-06-03 23:51:39 +08:00

7 lines
179 B
CMake

idf_component_register(SRCS
Application.h Application.cpp
MqttClient.h MqttClient.cpp
INCLUDE_DIRS .
REQUIRES esp_wifi nvs_flash mqtt json LedController
)