Files
cmake/Tests/RunCMake/CommandLine/help-variable-lang-stdout.txt
Martin Duffy bd059a9c54 Help: Allow command-line help of per-language and per-config variables
Extend commit 4e50320978 (Help: Allow help for arbitrary keywords,
2023-08-31, v3.28.0-rc1~31^2).
2026-05-19 15:10:11 -04:00

14 lines
365 B
Plaintext

CMAKE_<LANG>_PVS_STUDIO
-----------------------
.. versionadded:: 4.3
Default value for ``<LANG>_PVS_STUDIO`` target property
when ``<LANG>`` is ``C`` or ``CXX``.
This variable is used to initialize the property on each target as it is
created. For example:
set\(CMAKE_CXX_PVS_STUDIO pvs-studio-analyzer analyze -a "GA\\;OP"\)
add_executable\(foo foo\.cxx\)