Files
squeezelite-esp32/components/services/CMakeLists.txt
2023-10-11 12:36:17 -04:00

6 lines
174 B
CMake

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