CMake/Tests/InterfaceLibrary
Stephen Kelly 97fae68b81 Remove INTERFACE build targets.
Commit b04f3b9a (Create make rules for INTERFACE_LIBRARY
targets., 2013-08-21) extended the makefile generator to create
build targets for INTERFACE_LIBRARY targets. No other generators
were extended with this feature.

This conflicts with the feature of whitelisting of target properties
read from INTERFACE_LIBRARY targets. The INTERFACE_* properties
of the INTERFACE_LIBRARY may legitimately contain TARGET_PROPERTY
generator expressions for reading properties from the 'head target'.
The 'head target' would be the INTERFACE_LIBRARY itself when creating
the build rules for it, which means that non-whitelisted properties
would be read.
2013-12-10 17:58:36 +01:00
..
libsdir Add the INTERFACE_LIBRARY target type. 2013-10-07 19:56:31 -04:00
CMakeLists.txt Remove INTERFACE build targets. 2013-12-10 17:58:36 +01:00
broken.cpp Remove INTERFACE build targets. 2013-12-10 17:58:36 +01:00
definetestexe.cpp Add the INTERFACE_LIBRARY target type. 2013-10-07 19:56:31 -04:00
dummy.cpp Remove INTERFACE build targets. 2013-12-10 17:58:36 +01:00
sharedlibtestexe.cpp Add the INTERFACE_LIBRARY target type. 2013-10-07 19:56:31 -04:00