CMake/Tests/InterfaceLibrary
Brad King affe9d56a2 Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970)
Fix cmTarget::GetSourceFiles to set EvaluateForBuildsystem on the
$<TARGET_PROPERTY:...,INTERFACE_SOURCES> generator expression so that
the $<TARGET_OBJECTS> generator expression is allowed within an
INTERFACE_SOURCES value.

Extend the InterfaceLibrary test to cover this case.  Extend the
RunCMake.TargetObjects test to cover failure of $<TARGET_OBJECTS>
when used through $<TARGET_PROPERTY:...,INTERFACE_SOURCES> in a
non-buildsystem context.
2014-07-14 09:09:32 -04:00
..
headerdir cmTarget: Enable convenient include dir handling for INTERFACE_LIBRARY. 2014-01-06 17:25:10 +01:00
ifacedir Fix scope of transitive target name lookups 2014-06-23 09:17:07 -04:00
libsdir add_library: Disallow invalid signatures for INTERFACE_LIBRARY. 2014-01-06 17:25:10 +01:00
CMakeLists.txt Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970) 2014-07-14 09:09:32 -04:00
broken.cpp Remove INTERFACE build targets. 2013-12-10 17:58:36 +01:00
definetestexe.cpp Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970) 2014-07-14 09:09:32 -04:00
dummy.cpp Remove INTERFACE build targets. 2013-12-10 17:58:36 +01:00
map_config.cpp InterfaceLibrary: Add test requiring MAP_IMPORTED_CONFIG whitelisting 2014-01-09 20:11:42 +01:00
obj.cpp Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970) 2014-07-14 09:09:32 -04:00
sharedlibtestexe.cpp Add the INTERFACE_LIBRARY target type. 2013-10-07 19:56:31 -04:00