Files
snapclient/main/CMakeLists.txt
Karl Osterseher 0cc92a2597 improve netbuf state machine and decoding snapcast protocol
bugfix for server settings failing to decode
set compiler flag "no-implicit-fallthrough" for main.c
disable inlay hints in eclipse through .clangd

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
2025-01-27 23:16:36 +01:00

8 lines
407 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_timer esp_wifi nvs_flash wifi_interface audio_board audio_hal audio_sal net_functions opus flac ota_server
ui_http_server improv_wifi eth_interface
)
set_source_files_properties(main.c PROPERTIES COMPILE_FLAGS -Wno-implicit-fallthrough)