DualLedController/components/Communication/CMakeLists.txt

7 lines
179 B
CMake
Raw Normal View History

2024-05-22 23:07:24 +08:00
idf_component_register(SRCS
2024-06-03 23:51:39 +08:00
Application.h Application.cpp
2024-05-22 23:07:24 +08:00
MqttClient.h MqttClient.cpp
INCLUDE_DIRS .
2024-06-03 23:51:39 +08:00
REQUIRES esp_wifi nvs_flash mqtt json LedController
2024-05-22 23:07:24 +08:00
)