summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibraries/foo_link_only.c
Commit message (Collapse)AuthorAgeFilesLines
* LINK_LIBRARIES: Add support for LINK_ONLY genexBrad King2022-03-241-0/+8
Previously we always used content guarded by `$<LINK_ONLY:...>` in `LINK_LIBRARIES`, even when evaluating for non-linking usage requirements. Add a policy to honor `LINK_ONLY` in `LINK_LIBRARIES` the same way we already do in `INTERFACE_LINK_LIBRARIES`.