DualLedController/components/Communication/CMakeLists.txt
2024-05-22 23:07:24 +08:00

6 lines
106 B
CMake

idf_component_register(SRCS
MqttClient.h MqttClient.cpp
INCLUDE_DIRS .
REQUIRES mqtt
)