summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/ExplicitDirs
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Verify RunCMake.CommandLine ExplicitDirs source/build dirsBrad King2022-03-021-0/+3
|
* Tests: Update RunCMake.CommandLine to avoid duplicate custom commandsBrad King2020-09-011-5/+16
| | | | | This test does not need to have the same custom command output generated by multiple independent targets. Revise the test to avoid that.
* Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B casesBrad King2019-04-101-1/+2
| | | | | The test project does not compile any sources and so does not need to enable any languages.
* cmake: -S and -B can be used to specify source and build directoriesRobert Maynard2018-09-151-0/+8
Document the previously internal option of '-B' and provide a matching source directory option with '-S'. Both '-B', and '-S' can be used independently of each other.