You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, currently I'm using a project that contains a CMakePresets.json file.
I'm aware that you can create a build system that invokes cmake, but that demands that I manually write the build system with every preset in the file.
What I like about this package is that the "configure" will create the build system for us.
Is there a way to do that but using the json file?
The text was updated successfully, but these errors were encountered:
We build our code base for many platforms, including various STM32 MicroController Units (MCU).
Each MCU requires its own compiler defines and options which we carefully manage through CMake presets.
That presets can inherit from others is a massive gain to us.
I could of course use Visual Studio Code as my editor and build platform, but I much prefer the "lighweigthtedness" of Sublime Text (ST).
It's not a massive PITA to switch between command line and ST, but if we could build the target through selecting a preset name from within ST, then this would be quite a powerful feature. To me at least.
Hello, currently I'm using a project that contains a CMakePresets.json file.
I'm aware that you can create a build system that invokes cmake, but that demands that I manually write the build system with every preset in the file.
What I like about this package is that the "configure" will create the build system for us.
Is there a way to do that but using the json file?
The text was updated successfully, but these errors were encountered: