mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
0618ddf6b1
Create a `<LANG>_CPPLINT` target property (initialized by a `CMAKE_<LANG>_CPPLINT` variable) to specify a `cpplint` style checker command line to be run along with the compiler.
7 lines
243 B
ReStructuredText
7 lines
243 B
ReStructuredText
CMAKE_<LANG>_CPPLINT
|
|
--------------------
|
|
|
|
Default value for :prop_tgt:`<LANG>_CPPLINT` 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``.
|