Files
CMake/Source
Brad King 2f708f5d65 Make internal TARGET_PROPERTY generator expressions more robust
While collecting usage requirements from the `INTERFACE_*` properties of
directly linked targets, we internally generate `TARGET_PROPERTY:` and
`TARGET_OBJECTS:` generator expressions to refer to those properties on
those targets.  At the point we generate these expressions we already
have a pointer to an exact `cmGeneratorTarget` instance.

Switch from using the target name in these generator expressions to
using an internal unique name generated for each `cmGeneratorTarget`
instance to be referenced.  This avoids depending on the user-facing
target name to find the same target we already have.
2018-09-12 12:46:25 -04:00
..
2018-09-11 08:12:09 -04:00
2018-06-04 10:32:49 -04:00
2018-09-11 00:01:07 -04:00
2018-09-05 15:12:57 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2018-06-04 10:32:49 -04:00
2018-08-28 13:43:48 -04:00
2018-09-07 16:08:02 -04:00
2018-02-13 11:24:30 -05:00
2018-09-10 08:00:41 -04:00
2018-08-24 14:58:49 -04:00
2018-08-24 14:58:49 -04:00
2018-04-03 17:28:08 -04:00