mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Make $<LINK_ONLY> available to projects (#14751)
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.
This commit is contained in:
1
Tests/InterfaceLinkLibraries/zot_vs6_4.cpp
Normal file
1
Tests/InterfaceLinkLibraries/zot_vs6_4.cpp
Normal file
@@ -0,0 +1 @@
|
||||
#include "zot.cpp"
|
||||
Reference in New Issue
Block a user