Files
CMake/Source
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-12-04 14:22:01 -05:00
2019-12-27 10:53:13 -05:00
2020-01-14 00:01:16 -05:00
2019-09-04 18:03:01 +02:00
2019-08-19 20:01:39 +02:00
2019-09-10 22:21:41 +02:00
2019-11-19 15:48:38 -05:00