summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string
Commit message (Collapse)AuthorAgeFilesLines
* StringUuid: Implement new string(UUID) sub-command.Nils Gladitz2014-08-2820-0/+79
|
* string: Add CONCAT sub-commandBrad King2013-10-216-0/+32
Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases.