forked from gronod/squeezelite-esp32
5 lines
139 B
CMake
5 lines
139 B
CMake
idf_component_register(SRCS "telnet.c" "libtelnet/libtelnet.c"
|
|
INCLUDE_DIRS . libtelnet
|
|
REQUIRES platform_config services
|
|
)
|