mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
IAR: Add support for C-STAT static analysis
The IAR platform offers an integrated static analysis tool named IAR C-STAT. Closes: #26844
This commit is contained in:
committed by
Brad King
parent
a970c5cfdb
commit
c7d2a17253
@@ -0,0 +1,8 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user