Files
Smart-granary-code/components/mqtt_control/CMakeLists.txt
2026-03-11 20:14:14 +08:00

4 lines
132 B
CMake

idf_component_register(SRCS "mqtt_control.c"
INCLUDE_DIRS "include"
REQUIRES mqtt cjson)