forked from gronod/squeezelite-esp32
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()
|