esp-idf/examples/cxx/experimental/esp_mqtt_cxx/tcp/main/CMakeLists.txt

4 wiersze
153 B
CMake

idf_component_register(SRCS "mqtt_tcp_example.cpp"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-std=gnu++17")