summaryrefslogtreecommitdiff
path: root/Source/cmCustomCommandLines.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmCustomCommandLine: Provide command line make functionsDaniel Eiband2019-09-161-0/+22
Reduce boilerplate necessary to create custom command lines by introducing and applying cmMakeCommandLine and cmMakeSingleCommandLine functions.