Skip to content

Command cleanup

Daniel Pfeifer requested to merge purpleKarrot/cmake:command-cleanup into master

This is the first part of a refactoring series.

We split the default commands into scripting commands and project commands. This will allow registering only the set of commands that is actually needed rather than adding all commands unconditionally and then removing some with RemoveUnscriptableCommands.

Merge request reports