Files
squeezelite-esp32/components/cmd_i2c/CMakeLists.txt

7 lines
232 B
CMake

idf_component_register(SRCS "cmd_i2ctools.c"
INCLUDE_DIRS "." "../tools/"
REQUIRES esp_common
PRIV_REQUIRES freertos esp32 spi_flash newlib log console pthread
)