Merge topic 'ispc_lang_support'

5ece12b7e4 gitlab-ci: add ISPC to the Fedora CI image
8976817d6d ISPC: Update help documentation to include ISPC
2368f46ba4 ISPC: Support building with the MSVC toolchain
e783bf8aa6 ISPC: Support ISPC header generation byproducts and parallel builds
34cc6acc81 Add ISPC compiler support to CMake
419d70d490 Refactor some swift only logic to be re-used by other languages

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5065
This commit is contained in:
Brad King
2020-09-01 13:15:29 +00:00
committed by Kitware Robot
67 changed files with 1042 additions and 40 deletions

View File

@@ -0,0 +1,10 @@
CMAKE_ISPC_HEADER_DIRECTORY
----------------------------
.. versionadded:: 3.19
ISPC generated header output directory.
This variable is used to initialize the :prop_tgt:`ISPC_HEADER_DIRECTORY`
property on all the targets. See the target property for additional
information.