Files
esp-protocols/components/esp_websocket_client/examples/main/CMakeLists.txt

4 lines
151 B
CMake
Raw Normal View History

idf_component_register(SRCS "websocket_example.c"
INCLUDE_DIRS ".")
2022-07-12 18:12:53 +04:00
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")