mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-03-22 14:29:26 +00:00
6 lines
136 B
CMake
6 lines
136 B
CMake
set(COMPONENT_SRCS "cmd_i2ctools.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
set(COMPONENT_REQUIRES console spi_flash)
|
|
|
|
register_component()
|