Files
squeezelite-esp32/components/services/CMakeLists.txt
2022-01-04 13:52:45 -08:00

6 lines
150 B
CMake

idf_component_register(SRC_DIRS .
INCLUDE_DIRS .
REQUIRES json tools platform_config display wifi-manager
PRIV_REQUIRES soc esp32
)