ISPC: Support ISPC header generation byproducts and parallel builds

This commit is contained in:
Robert Maynard
2020-06-30 10:13:53 -04:00
parent 34cc6acc81
commit e783bf8aa6
30 changed files with 343 additions and 39 deletions
@@ -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.