mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
15 lines
370 B
ReStructuredText
15 lines
370 B
ReStructuredText
ISPCFLAGS
|
|
---------
|
|
|
|
.. versionadded:: 3.19
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
Add default compilation flags to be used when compiling ``ISPC`` files.
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_ISPC_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``ISPC``
|
|
.. include:: include/LANG_FLAGS.rst
|
|
|
|
See also :variable:`CMAKE_ISPC_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|