mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
8 lines
150 B
CMake
8 lines
150 B
CMake
idf_component_register( SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES json newlib console esp_common freertos
|
|
REQUIRES nvs_flash
|
|
)
|
|
|
|
|