mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The IAR platform offers an integrated static analysis tool named IAR C-STAT. Closes: #26844
9 lines
263 B
ReStructuredText
9 lines
263 B
ReStructuredText
CMAKE_<LANG>_ICSTAT
|
|
-------------------
|
|
|
|
.. versionadded:: 4.1
|
|
|
|
Default value for :prop_tgt:`<LANG>_ICSTAT` target property. This variable
|
|
is used to initialize the property on each target as it is created. This
|
|
is done only when ``<LANG>`` is ``C`` or ``CXX``.
|