Files
esp-anchor/components/mqtt_publisher/CMakeLists.txt
T
2026-05-13 14:44:38 +02:00

6 lines
113 B
CMake

idf_component_register(
SRCS "src/mqtt_publisher.c"
INCLUDE_DIRS "include"
REQUIRES mqtt esp_event
)