Files
RTC_BL_PHONE/components/cli/CMakeLists.txt
T
clement 2eb97bc4de
Repo State / repo-state (push) Failing after 17s
feat(audio): gains runtime + filtre voix + CLI
2026-06-19 17:50:41 +02:00

6 lines
96 B
CMake

idf_component_register(
SRCS "cli.c"
INCLUDE_DIRS "include"
REQUIRES audio_router
)