mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-31 23:01:05 +03:00
refactoring step 3 - components
squeezelite is a component platform_esp32 is the main
This commit is contained in:
7
components/driver_bt/CMakeLists.txt
Normal file
7
components/driver_bt/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS . )
|
||||
|
||||
set(COMPONENT_SRCS "bt_app_core.c" )
|
||||
set(REQUIRES esp_common)
|
||||
set(REQUIRES_COMPONENTS freertos nvs_flash esp32 spi_flash newlib log console )
|
||||
|
||||
register_component()
|
||||
Reference in New Issue
Block a user