mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
900b69a33e
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()
|