mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
7 lines
160 B
CMake
7 lines
160 B
CMake
idf_component_register(SRC_DIRS .
|
|
INCLUDE_DIRS .
|
|
REQUIRES json tools platform_config display wifi-manager esp-tls
|
|
PRIV_REQUIRES soc esp32
|
|
)
|
|
|