How to include CCM on a customized Mongoose App?

Hi Guys,

I am trying to create a customized Mongoose App using Mongoose Advanced guide: C/C++ as a reference (https://mongoose-os.com/docs/mongoose-os/quickstart/develop-in-c.md).

I have the application running very well.
Now I’d like to add support for a host MCU (ATMEGA328) connected to my ESP32 so I can update the MCU using OTA .
At this time my app has no support for ccc.host.
My question is: How can I add CCM (Cloud Communication Module) in my app ?

I suspect I have to add same lib on my mos.yml file, but I am not finding which one.

I will appreciate any help or directions on how to solve this.

Thank You

Regards

José Luiz