LANG_CPPLINT.rst 479 B

12345678910111213
  1. <LANG>_CPPLINT
  2. --------------
  3. This property is supported only when ``<LANG>`` is ``C`` or ``CXX``.
  4. Specify a :ref:`;-list <CMake Language Lists>` containing a command line
  5. for the ``cpplint`` style checker. The :ref:`Makefile Generators` and the
  6. :generator:`Ninja` generator will run ``cpplint`` along with the compiler
  7. and report any problems.
  8. This property is initialized by the value of the
  9. :variable:`CMAKE_<LANG>_CPPLINT` variable if it is set when a target is
  10. created.