Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Factor out RunCMake.GenEx-DEVICE_LINK test | Brad King | 2020-06-16 | 1 | -9/+0 |
| | | | | Move the `DEVICE_LINK` cases out of `RunCMake.GeneratorExpression`. | ||||
* | Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK> | Marc Chevrier | 2020-04-19 | 1 | -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. |