espressif_idf-extra-components/sh2lib/CMakeLists.txt

6 lines
226 B
CMake
Raw Permalink Normal View History

idf_component_register(SRCS "sh2lib.c"
INCLUDE_DIRS .
REQUIRES http_parser
PRIV_REQUIRES lwip esp-tls)
2022-07-06 15:04:05 +02:00
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")