mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
9 lines
218 B
CMake
9 lines
218 B
CMake
if(IDF_TARGET STREQUAL "esp32")
|
|
idf_component_register( SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES services bt display console tools platform_config
|
|
|
|
)
|
|
endif()
|
|
|