6 lines
106 B
CMake

idf_component_register(
SRCS "sound.c"
INCLUDE_DIRS "."
REQUIRES console_wrapper driver esp_timer
)