summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-LINK_LIBRARY/add_link_options-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Genex LINK_LIBRARY and LINK_GROUP: check supported propertiesMarc Chevrier2022-07-061-1/+2
| | | | | | | Refines check for properties supporting these genex. Enhance error message. Fixes: #23699
* Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-071-0/+9
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