CMake/Tests/ExportImport
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
..
Export target_link_libraries: Fix out-of-dir linking of a list of targets 2020-01-16 13:24:27 -05:00
Import Add set_property option: DEPRECATION 2020-01-02 17:11:31 -05:00
CMakeLists.txt replace remove and remove_directory with rm in tests 2019-11-13 18:02:18 -05:00
InitialCache.cmake.in CUDA: Add cuda meta-features (e.g. `cuda_std_11`) support 2019-12-10 17:56:48 -05:00
main.c ENH: Added ExportImport test to test new export/import features. 2008-01-28 08:40:21 -05:00