Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add_library(): Allow imported object libraries with multi-arch | Craig Scott | 2021-02-06 | 1 | -0/+4 |
| | | | Fixes: #21276 | ||||
* | Genex: Reject TARGET_OBJECTS on non-object libraries earlier | Brad King | 2017-04-18 | 1 | -1/+2 |
| | | | | | | | | Move the diagnostic that rejects the TARGET_OBJECTS generator expression in non-buildsystem context until after the check for whether the named target is an object library. This order will makes more sense than the previous order once TARGET_OBJECTS is allowed in non-buildsystem context. | ||||
* | Genex: Only evaluate TARGET_OBJECTS to determine target sources. | Stephen Kelly | 2014-04-02 | 1 | -2/+1 |
| | | | | | | | | | | The output of this expression may contain macros for IDEs to replace such as $(Configuration), $(CURRENT_ARCH) etc. To avoid generating content which is not usable in other contexts, report an error if there is an attempt to use it in other contexts. This commit may be reverted in the future if a solution to the above difference is implemented. | ||||
* | Genex: Evaluate TARGET_OBJECTS as a normal expression. | Stephen Kelly | 2014-03-31 | 1 | -0/+4 |