mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
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
|
|
)
|