mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
8 lines
170 B
CMake
8 lines
170 B
CMake
idf_component_register(SRC_DIRS .
|
|
INCLUDE_DIRS . ${IDF_PATH}/components/driver
|
|
REQUIRES json tools platform_config display
|
|
PRIV_REQUIRES soc esp32
|
|
)
|
|
|
|
|