mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
8 lines
132 B
CMake
8 lines
132 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "tas5756m.c")
|
|
|
|
set(COMPONENT_REQUIRES console spi_flash)
|
|
|
|
register_component()
|