Files
squeezelite-esp32/components/services/CMakeLists.txt
2021-12-28 22:44:05 -08:00

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
)