mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
6 lines
139 B
CMake
6 lines
139 B
CMake
idf_component_register(SRCS "telnet.c"
|
|
INCLUDE_DIRS .
|
|
INCLUDE_DIRS . $(PROJECT_PATH)/components/tools/
|
|
|
|
)
|