espressif_idf-extra-components/pcap/CMakeLists.txt

4 lines
151 B
CMake
Raw Normal View History

2022-05-02 16:11:36 +02:00
idf_component_register(SRCS "src/pcap.c"
INCLUDE_DIRS "include")
2022-07-06 15:04:05 +02:00
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")