STM32 cube IDE with code generator and CMake
Hello Experts,
I am looking for a solution in which we can create STM32 project with .ioc file and generate the code but cmake as build tool instead of make.
I know we have couple of options while creating new project as follows:

We can either create STM32 project which allows to have .ioc file and can generate code but that is make file-based project.
If create CMake project, then it doesn't have .ioc and code generation feature.
In past, I created STM32 project and on top of that added CMake list files but want to know is there any better option.
Thanks in advance.

