DualLedController/components/Communication/CMakeLists.txt

6 lines
125 B
CMake
Raw Normal View History

2024-05-22 23:07:24 +08:00
idf_component_register(SRCS
MqttClient.h MqttClient.cpp
INCLUDE_DIRS .
2024-06-01 23:47:21 +08:00
REQUIRES mqtt json LedController
2024-05-22 23:07:24 +08:00
)