6 lines
96 B
CMake
6 lines
96 B
CMake
idf_component_register(
|
|
SRCS "cli.c"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES audio_router
|
|
)
|