summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibraries/zot.h
Commit message (Collapse)AuthorAgeFilesLines
* Make $<LINK_ONLY> available to projects (#14751)Brad King2014-07-161-0/+7
Previously this generator expression was used internally by the target_link_libraries command to honor private linking requirements of static libraries in their INTERFACE_LINK_LIBRARIES. Remove the check that limits $<LINK_ONLY> to this use case to make it available for project code to use too.