forked from gronod/squeezelite-esp32
8 lines
195 B
CMake
8 lines
195 B
CMake
idf_component_register(SRC_DIRS .
|
|
INCLUDE_DIRS . ${IDF_PATH}/components/driver
|
|
REQUIRES json tools platform_config display wifi-manager
|
|
PRIV_REQUIRES soc esp32 squeezelite
|
|
)
|
|
|
|
|