Files
esp-protocols/components/esp_mqtt_cxx/CMakeLists.txt

7 lines
189 B
CMake
Raw Normal View History

idf_build_get_property(target IDF_TARGET)
idf_component_register(SRCS "esp_mqtt_cxx.cpp"
INCLUDE_DIRS "include"
REQUIRES mqtt
)