CMakeBuilder icon indicating copy to clipboard operation
CMakeBuilder copied to clipboard

Configure, build and test a CMake project right from within Sublime Text 3.

Results 12 CMakeBuilder issues
Sort by recently updated
recently updated
newest added

Hi, CMakeBuilder is a good ST package and its works well ! But I work on different computers with different environments. I create for each computer a source.me shell file...

I sometimes find myself fixing a typo in our huge cmake project while building, causing CMakeBuilder to cancel my build at 99% :) An option to disable that behaviour would...

help wanted

I'm using windows with the visual studio generator and the build seems good but the progress marks on the left are missing. Thanks for your work. 👍

Hi, I have used your package for a long time, thank you for the work done I have had an issue, or question, torturing me all the way. Is there...

enhancement

Hi! This sublime-project file will trigger this error during the configure step: "Error while configuring project: env" The problem was fixed by removing the trailing comma from "CMAKE_TOOLCHAIN_FILE" ```sublime-project {...

The current CMakeBuilder can't working properly on Windows. Through the debug window I found that the UTF-8 decode ruin the configure function. So I change it to the ISO-8859-1 and...

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...

enhancement

I have a project with many (many!) tests, defined via `ctest`. Running the command with `ctrl+shift+b` `ctest` will invoke CTets with no arguments and therefore run all of them. usually...

This is a really great tool for cmake projects! Could you make for us to select a one profile between multiple cmake profiles such as the following example? e.g.) It...