Merge topic 'cuda_unity'

b90ae10dda Add support for unity builds with CUDA sources
c99ff40b21 Unity: refactor unity extension logic to single function

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9655
This commit is contained in:
Brad King
2024-08-13 15:01:01 +00:00
committed by Kitware Robot
18 changed files with 248 additions and 15 deletions
+3
View File
@@ -38,6 +38,9 @@ Unity builds are supported for the following languages:
``CXX``
.. versionadded:: 3.16
``CUDA``
.. versionadded:: 3.31
``OBJC``
.. versionadded:: 3.29
@@ -0,0 +1,5 @@
unity-build-supports-cuda
-------------------------
* The :prop_tgt:`UNITY_BUILD` target property now supports the
CUDA (``CUDA``) language.