diff options
author | Robert Maynard <rmaynard@nvidia.com> | 2023-09-22 15:13:25 (GMT) |
---|---|---|
committer | Robert Maynard <rmaynard@nvidia.com> | 2023-09-22 15:54:12 (GMT) |
commit | aa8facefe8a451918f9be143c2adc1fffe162c4a (patch) | |
tree | ac3ef511a3fb92f548a2ed174ef1f3d24d1cb64a /Source/cmLinkLineDeviceComputer.cxx | |
parent | f83790af0b0bdc7c409c2fb5d2e88d8c9c177684 (diff) | |
download | CMake-aa8facefe8a451918f9be143c2adc1fffe162c4a.zip CMake-aa8facefe8a451918f9be143c2adc1fffe162c4a.tar.gz CMake-aa8facefe8a451918f9be143c2adc1fffe162c4a.tar.bz2 |
CUDA: Visual Studio propagate objects to device linking
When given objects via `target_link_libraries(consumer PRIVATE producer)` the VisualStudio solution adds the objects
under as `<Object>` entries in the solution.
This works for host side linking but isn't handled by
the cuda msbuild extensions. So to work around this we
manually add the objects as additional link items.
Diffstat (limited to 'Source/cmLinkLineDeviceComputer.cxx')
0 files changed, 0 insertions, 0 deletions