mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
138 B
CMake
9 lines
138 B
CMake
|
# SLIP Modem Component
|
||
|
|
||
|
idf_component_register(
|
||
|
SRCS "library/slip_modem.c"
|
||
|
INCLUDE_DIRS "include"
|
||
|
REQUIRES lwip esp_netif
|
||
|
)
|
||
|
|