Files
squeezelite-esp32/main/CMakeLists.txt
2023-12-04 23:25:57 -05:00

5 lines
282 B
CMake

idf_component_register(SRC_DIRS .
PRIV_REQUIRES _override esp_common wifi-manager pthread squeezelite-ota platform_console telnet display targets led_strip metrics platform_config
LDFRAGMENTS "linker.lf"
)