mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
7 lines
320 B
CMake
7 lines
320 B
CMake
idf_component_register(SRCS "bt_app_core.c" "bt_app_sink.c" "bt_app_source.c"
|
|
INCLUDE_DIRS "." "$($(PROJECT_PATH)/components/)/components/tools/"
|
|
REQUIRES esp_common
|
|
PRIV_REQUIRES freertos bt io nvs_flash esp32 spi_flash newlib log console pthread
|
|
)
|
|
|