Replace Zephyr BLE stack with NCS BLE

I have very advanced project based on nrf52840dk for dev and custom boards for prod.

The development environment is based on zephyr build dockers. Zephyr is 3.5.0.

I would need to change the Zephyr BLE stack into NCS one (NCS is not currently used or installed in project).

Most tutorials describe how to create vanilla projects or assume NCS is installed.

What would be the easiest way to incorporate NCS BLE into existing project? 

Related