cmake-init icon indicating copy to clipboard operation
cmake-init copied to clipboard

The missing CMake project initializer

Results 25 cmake-init issues
Sort by recently updated
recently updated
newest added

I would like to see an option to enable the address (and UB?) sanitizer(s) in `CMakeUserPresets.json` or even enable it/them by default for (at least) the unit tests. The address...

enhancement

These are a form of static analysis and motivated by #79 I wish to further enhance this aspect of cmake-init. Some additional tools were mentioned in https://github.com/friendlyanon/cmake-init/pull/79#issuecomment-1396716850 that might be...

enhancement

It was suggested on Reddit that cmake-init could have a thin mode where it outputs a more lean project. The problem with this is that projects are already pretty lean...

question

I have created a new project called `foo` of type "static/shared". During building the project for the first time an error is thrown by clang-tidy due to "invalid case style...

CMake and Ninja come bundled since some version of VS2019 and has native support for CMake projects via "Open a local folder". I don't know the exact version and I'm...

enhancement