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