mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-14 07:27:03 +03:00
messaging subsystem wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(SRCS "telnet.c"
|
||||
INCLUDE_DIRS .
|
||||
INCLUDE_DIRS . ../tools/
|
||||
INCLUDE_DIRS . $(PROJECT_PATH)/components/tools/
|
||||
|
||||
)
|
||||
|
||||
@@ -10,6 +10,4 @@
|
||||
COMPONENT_SRCDIRS := .
|
||||
COMPONENT_SRCDIRS += ./libtelnet
|
||||
COMPONENT_ADD_INCLUDEDIRS := .
|
||||
COMPONENT_ADD_INCLUDEDIRS += ./libtelnet
|
||||
COMPONENT_EXTRA_INCLUDES += $(PROJECT_PATH)/main/
|
||||
|
||||
COMPONENT_PRIV_INCLUDEDIRS += ./libtelnet
|
||||
Reference in New Issue
Block a user