Skip to content

cmCustomCommandLine: Command line make functions

Daniel Eiband requested to merge eiband/cmake:command-line-make-functions into master

Reduce boilerplate necessary to create custom command lines by introducing and applying cmMakeCommandLine and cmMakeSingleCommandLine functions. After the refactoring a AddUtilityCommand overload of cmMakefile is not used any longer and can be removed.

Merge request reports