mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 01:19:31 -05:00
c7d2a17253
The IAR platform offers an integrated static analysis tool named IAR C-STAT. Closes: #26844
9 lines
332 B
ReStructuredText
9 lines
332 B
ReStructuredText
iar-add-icstat-support
|
|
----------------------
|
|
|
|
* The :variable:`CMAKE_<LANG>_ICSTAT` variable and corresponding
|
|
:prop_tgt:`<LANG>_ICSTAT` target property were added to tell
|
|
the :ref:`Makefile Generators` and the :ref:`Ninja Generators`
|
|
to run the IAR ``icstat`` tool along with the compiler for
|
|
``C`` and ``CXX`` languages.
|