mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
311b7b1a70
Create a `<LANG>_CPPCHECK` target property (initialized by a `CMAKE_<LANG>_CPPCHECK` variable) to specify a `cppcheck` command line to be run along with the compiler.
7 lines
246 B
ReStructuredText
7 lines
246 B
ReStructuredText
CMAKE_<LANG>_CPPCHECK
|
|
---------------------
|
|
|
|
Default value for :prop_tgt:`<LANG>_CPPCHECK` 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``.
|