summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-TARGET_FILE
Commit message (Collapse)AuthorAgeFilesLines
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-266-12/+12
| | | | Detect MSYS as CYGWIN, with the required adaptations.
* GenEx: Remove unneeded dependencies from target info queriesRobert Maynard2020-09-015-1/+34
| | | | | | | | | | Only generate a graph dependency between a custom command and a target when the custom command queries for the file path of an artifact of the target. This makes generator expressions such as `TARGET_FILE_DIR` behave the same way as `TARGET_PROPERTY` which never generated a graph dependency.
* Tests: Factor out RunCMake.GenEx-TARGET_FILE testBrad King2020-06-1673-0/+806
Move the `TARGET_FILE` cases and friends out of `RunCMake.GeneratorExpression`.