esp-idf/examples/protocols/sockets/icmpv6_ping/main/CMakeLists.txt
Abhik Roy 25c310b3da examples: Add ICMPv6 Echo Request/Reply example.
Added example to create a raw ICMPv6 socket and sends an ICMPv6 Echo-Request
to the destination ipv6 address and wait for Echo-Reply for esp32 and Linux target.
2022-07-18 12:13:23 +05:30

4 lines
86 B
CMake

idf_component_register(SRCS "icmpv6_ping.c"
INCLUDE_DIRS ".")