Brad King
f0e67da061
target_link_libraries: Fix out-of-dir linking of a list of targets
...
In a case like
target_link_libraries(targetInOtherDir PUBLIC "$<1:a;b>")
then all entries in the list need to be looked up in the caller's
scope. Previously our `::@(directory-id)` suffix would apply only
to the last entry. Instead surround the entire entry by a pair
`::@(directory-id);...;::@` so that the `::@` syntax can encode
a directory lookup scope change evaluated as the list is processed.
Fixes : #20204
2020-01-16 13:24:27 -05:00
..
2019-09-25 12:06:28 -04:00
2017-04-18 11:36:10 -04:00
2020-01-16 13:24:27 -05:00
2018-09-12 13:06:36 -04:00
2020-01-14 15:27:07 -05:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2018-06-01 09:53:42 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2016-05-16 16:05:19 -04:00
2017-04-18 11:36:10 -04:00
2017-04-18 11:36:10 -04:00
2018-06-01 09:53:42 -04:00
2018-03-01 09:28:00 -05:00
2018-03-01 09:28:00 -05:00
2018-03-01 09:28:00 -05:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2018-06-01 09:53:42 -04:00
2018-06-01 09:53:42 -04:00
2016-05-16 16:05:19 -04:00
2016-05-16 16:05:19 -04:00
2019-10-01 12:26:36 -04:00
2019-10-01 12:26:36 -04:00
2016-05-16 16:05:19 -04:00
2018-09-12 13:06:36 -04:00