forked from gronod/squeezelite-esp32
6 lines
139 B
CMake
6 lines
139 B
CMake
idf_component_register(SRCS "telnet.c"
|
|
INCLUDE_DIRS .
|
|
INCLUDE_DIRS . $(PROJECT_PATH)/components/tools/
|
|
|
|
)
|