mirror of
https://github.com/espressif/esp-idf
synced 2025-04-08 07:40:08 -04:00
1. add mount/unmount command 2. add sniffer command, supporting options 3. make pcap a component
6 lines
85 B
CMake
6 lines
85 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "pcap.c")
|
|
|
|
register_component()
|