arp_monitoring/components/ping/CMakeLists.txt
2026-07-15 20:32:20 +03:00

8 lines
137 B
CMake

idf_component_register(
SRCS "ping.c"
INCLUDE_DIRS "include"
REQUIRES
lwip
esp_netif
device_list
)