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

6 lines
174 B
CMake
Raw Normal View History

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