mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
migrating to esp-idf V4.0 gcc 8.2 and CMake
This commit is contained in:
8
components/platform_bluetooth/CMakeLists.txt
Normal file
8
components/platform_bluetooth/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
idf_component_register(SRCS platform_bt_core.c
|
||||
platform_bt_sink.c
|
||||
platform_bt_source.c
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES bt platform_display esp_common freertos nvs_flash esp32 spi_flash newlib log pthread platform_config
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user