6 lines
174 B
CMake
6 lines
174 B
CMake
idf_component_register(
|
|
SRCS "audio_client.cpp"
|
|
REQUIRES espressif__esp_websocket_client port_bsp codec_board
|
|
PRIV_REQUIRES esp_event json
|
|
INCLUDE_DIRS "./")
|