OVMS3-idf/examples/wifi/simple_sniffer/components/pcap/CMakeLists.txt
morris 900b69a33e example: add console command for wifi sniffer
1. add mount/unmount command
2. add sniffer command, supporting options
3. make pcap a component
2018-10-19 11:51:56 +08:00

6 lines
85 B
CMake

set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_SRCS "pcap.c")
register_component()