esp-idf/examples/protocols/mqtt5/main/CMakeLists.txt

4 lines
142 B
CMake
Raw Normal View History

2022-03-03 02:41:43 -05:00
idf_component_register(SRCS "app_main.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")