Files

6 lines
202 B
CMake
Raw Permalink Normal View History

2026-02-15 04:15:30 +09:00
idf_component_register(
SRCS "user_app.cpp" "alert.cpp"
REQUIRES app_bsp
2026-02-15 21:11:33 +09:00
PRIV_REQUIRES esp_wifi_bsp ws_client dashboard_ui port_bsp esp_timer codec_board audio_client
2026-02-15 04:15:30 +09:00
INCLUDE_DIRS "./")