mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03: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()
|