Files
pi-dashboard/components/audio_client/CMakeLists.txt

6 lines
162 B
CMake
Raw Normal View History

2026-02-15 21:11:33 +09:00
idf_component_register(
SRCS "audio_client.cpp"
REQUIRES espressif__esp_websocket_client port_bsp
PRIV_REQUIRES esp_event json
INCLUDE_DIRS "./")