DualLedController/components/Communication/CMakeLists.txt
2024-06-01 23:47:21 +08:00

6 lines
125 B
CMake

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