summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-TARGET_FILE
Commit message (Collapse)AuthorAgeFilesLines
* Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-013-0/+37
| | | | | | | | Fix the genex from commit 997af2e1a6 (Genex: Add TARGET_BUNDLE_DIR_NAME, 2022-04-14, v3.24.0-rc1~233^2) to use the correct bundle directory extension for each bundle type. Fixes: #23683
* Genex: Add TARGET_BUNDLE_DIR_NAMEBen Leadbetter2022-04-227-0/+31
| | | | | | Evaluate to the name of the bundle directory for a given bundle target. Fixes: #23409
* 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`.