DualLedController/components/Communication/CMakeLists.txt

6 lines
106 B
CMake
Raw Normal View History

2024-05-22 23:07:24 +08:00
idf_component_register(SRCS
MqttClient.h MqttClient.cpp
INCLUDE_DIRS .
REQUIRES mqtt
)