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