Files
esp-protocols/components/esp_websocket_client/examples/main/CMakeLists.txt
2022-07-12 18:13:01 +04:00

4 lines
151 B
CMake

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