mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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``.
|