Files
esp-protocols/components/eppp_link/CMakeLists.txt
2024-06-24 09:29:42 +02:00

4 lines
211 B
CMake

idf_component_register(SRCS eppp_link.c eppp_sdio_slave.c eppp_sdio_host.c
INCLUDE_DIRS "include"
PRIV_REQUIRES esp_netif esp_driver_spi esp_driver_gpio esp_timer driver)