Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target property | Marc Chevrier | 2022-02-08 | 16 | -4/+94 |
| | | | | | | To enable the management of incompatible $<LINK_LIBRARY> declarations, add LINK_LIBRARY_OVERRIDE and LINK_LIBRARY_OVERRIDE_<LIBRARY> target properties. | ||||
* | Genex: Add $<LINK_LIBRARY:...> | Marc Chevrier | 2022-02-07 | 67 | -0/+414 |
This generator expression offers the capability, for the link step, to decorate libraries with prefix/suffix flags and/or adding any specific flag for each library. Fixes: #22812, #18751, #20078, #22703 |