Skip to content
  • Brad King's avatar
    LINK_LIBRARIES: Add support for LINK_ONLY genex · cf312a2e
    Brad King authored
    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`.
    cf312a2e