mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-15 03:26:36 +02:00
4 lines
151 B
CMake
4 lines
151 B
CMake
idf_component_register(SRCS "websocket_example.c"
|
|
INCLUDE_DIRS ".")
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|