summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/DEVICE_LINK-add_executable-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Factor out RunCMake.GenEx-DEVICE_LINK testBrad King2020-06-161-9/+0
| | | | Move the `DEVICE_LINK` cases out of `RunCMake.GeneratorExpression`.
* Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>Marc Chevrier2020-04-191-0/+9
These generator expressions can only be used in link options properties. These expressions return the arguments respectively for device and host link step, otherwise return an empty string.