How to compile a CMake Project created with CubeMX in CubeIDE
I am using CubeMX 6.13 to generate a project. Because I want the project to be build with CMake, under Project Manager I have selected "Toolchain / IDE = Cmake".
The generated project can be compiled with cmake from command line.
Then I open the project in CubeIDE with "File->Open Projects from File System"
I also tried "Import... -> Existing Projects into Workspace"
The Build button is grayed out and when I go to "Project->Properties" there is no "C/C++ Build" entry on the left, where one could configure the CMake Settings.
When I create a new "STM32 CMake Project" via CubeIDE everything works as expected.
There is a very similar post here but the only answer is from the post creator basically saying: look at AN5952 but I don't find that helpful or applicable.
What am I missing?
