Files
squeezelite-esp32/components/cmd_i2c/CMakeLists.txt
2019-09-02 17:09:38 -04:00

6 lines
136 B
CMake

set(COMPONENT_SRCS "cmd_i2ctools.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_REQUIRES console spi_flash)
register_component()