mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
9 lines
270 B
CMake
9 lines
270 B
CMake
idf_component_register(SRCS platform_bt_core.c
|
|
platform_bt_sink.c
|
|
platform_bt_source.c
|
|
INCLUDE_DIRS .
|
|
REQUIRES bt display esp_common freertos nvs_flash esp32 spi_flash newlib log pthread platform_config
|
|
|
|
)
|
|
|