forked from gronod/squeezelite-esp32
8 lines
157 B
CMake
8 lines
157 B
CMake
idf_component_register( SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES tools newlib console esp_common freertos
|
|
REQUIRES nvs_flash json
|
|
)
|
|
|
|
|