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

6 lines
171 B
CMake

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