Files
squeezelite-esp32/components/cmd_i2c/CMakeLists.txt
2020-02-19 08:02:58 -05:00

7 lines
256 B
CMake

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