espressif_idf-extra-components/pcap/CMakeLists.txt

4 lines
151 B
CMake

idf_component_register(SRCS "src/pcap.c"
INCLUDE_DIRS "include")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")