mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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.
|