1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Help/variable/CMAKE_ISPC_HEADER_SUFFIX.rst
Robert Maynard c9a50f3556 ISPC: Generated Headers suffix configurable with a better default
The target property `ISPC_HEADER_SUFFIX` and associated global
variable now can control the suffix used when generating the
C/C++ interoperability ISPC headers.

In addition the default suffix is now "_ispc.h" which matches the
common convention that the ISPC compiler team uses and recommends.
2020-12-14 13:13:09 -05:00

11 lines
284 B
ReStructuredText

CMAKE_ISPC_HEADER_SUFFIX
------------------------
.. versionadded:: 3.19.2
Output suffix to be used for ISPC generated headers.
This variable is used to initialize the :prop_tgt:`ISPC_HEADER_SUFFIX`
property on all the targets. See the target property for additional
information.