CMake/Tests/InterfaceLinkLibraries
Stephen Kelly d0a76ea07c Introduce the INTERFACE_LINK_LIBRARIES property.
This property replaces the properties which
match (IMPORTED_)?LINK_INTERFACE_LIBRARIES(_<CONFIG>)?, and is enabled
for IMPORTED targets, and for non-IMPORTED targets only with a policy.

For static libraries, the INTERFACE_LINK_LIBRARIES property is
also used as the source of transitive usage requirements content.
Static libraries still require users to link to all entries in
their LINK_LIBRARIES, but usage requirements such as INCLUDE_DIRECTORIES
COMPILE_DEFINITIONS and COMPILE_OPTIONS can be restricted to only
certain interface libraries.

Because the INTERFACE_LINK_LIBRARIES property is populated unconditionally,
we need to compare the evaluated result of it with the link implementation
to determine whether to issue the policy warning for static libraries. For
shared libraries, the policy warning is issued if the contents of
the INTERFACE_LINK_LIBRARIES property differs from the contents of the
relevant config-specific old LINK_INTERFACE_LIBRARIES property.
2013-07-08 22:39:09 +02:00
..
CMakeLists.txt Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bang.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bang.h Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bang_vs6_1.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bang_vs6_2.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bar.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bar.h Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bar_vs6_1.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bar_vs6_2.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bar_vs6_3.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
bar_vs6_4.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
foo.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
foo.h Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
foo_vs6_1.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
foo_vs6_2.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
foo_vs6_3.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
foo_vs6_4.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
main.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
main_vs6_1.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
main_vs6_2.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
main_vs6_3.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00
main_vs6_4.cpp Introduce the INTERFACE_LINK_LIBRARIES property. 2013-07-08 22:39:09 +02:00