Files
esp-protocols/examples/mqtt/main/CMakeLists.txt
2023-06-20 15:15:37 +02:00

5 lines
145 B
CMake

idf_component_register(SRCS "app_main.cpp"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")