diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-07-30 14:15:22 (GMT) |
---|---|---|
committer | Robert Maynard <robert.maynard@kitware.com> | 2020-08-28 15:21:31 (GMT) |
commit | 8976817d6d4cf8ba5755ab24e2760c4c9cb485de (patch) | |
tree | 61527f71f418714e83b51f40d305c913486b28c8 /Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst | |
parent | 2368f46ba42efab00f7a0c7d1b24301f19196176 (diff) | |
download | CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.zip CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.tar.gz CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.tar.bz2 |
ISPC: Update help documentation to include ISPC
Diffstat (limited to 'Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst')
-rw-r--r-- | Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst b/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst index 61b63fb..2a3a8bc 100644 --- a/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst +++ b/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst @@ -3,10 +3,11 @@ ISPC_HEADER_DIRECTORY .. versionadded:: 3.19 -Specify output directory for ISPC headers provided by the target. +Specify relative output directory for ISPC headers provided by the target. If the target contains ISPC source files, this specifies the directory in which -the generated headers will be placed. When this property is not set, the +the generated headers will be placed. Relative paths are treated with respect to +the value of :variable:`CMAKE_CURRENT_BINARY_DIR`. When this property is not set, the headers will be placed a generator defined build directory. If the variable :variable:`CMAKE_ISPC_HEADER_DIRECTORY` is set when a target is created its value is used to initialize this property. |