summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake_command: Preserve arguments to INVOKE functionCristian Adam2020-05-121-6/+19
| | | | Fixes: #20630
* cmake_command: Add command to EVAL a CMake script as a stringCristian Adam2020-03-031-3/+24
|
* cmake_command: Add command to INVOKE other commands by nameCristian Adam2020-02-251-0/+47
Fixes: #18392