DEVICE_LINK_OPTIONS.txt 655 B

123456789101112
  1. .. versionadded:: 3.18
  2. When a device link step is involved, which is controlled by
  3. :prop_tgt:`CUDA_SEPARABLE_COMPILATION` and
  4. :prop_tgt:`CUDA_RESOLVE_DEVICE_SYMBOLS` properties and policy :policy:`CMP0105`,
  5. the raw options will be delivered to the host and device link steps (wrapped in
  6. ``-Xcompiler`` or equivalent for device link). Options wrapped with
  7. ``$<DEVICE_LINK:...>``
  8. :manual:`generator expression <cmake-generator-expressions(7)>` will be used
  9. only for the device link step. Options wrapped with ``$<HOST_LINK:...>``
  10. :manual:`generator expression <cmake-generator-expressions(7)>` will be used
  11. only for the host link step.