mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
099934e313
Teach target properties `<LANG>_CPPCHECK`, `<LANG>_CPPLINT`, `<LANG>_CLANG_TIDY` and `<LANG>_INCLUDE_WHAT_YOU_USE` to accept generator expressions.
8 lines
264 B
ReStructuredText
8 lines
264 B
ReStructuredText
lint-genex
|
|
----------
|
|
|
|
* The :prop_tgt:`<LANG>_CLANG_TIDY`, :prop_tgt:`<LANG>_CPPCHECK`,
|
|
:prop_tgt:`<LANG>_CPPLINT`, and :prop_tgt:`<LANG>_INCLUDE_WHAT_YOU_USE`,
|
|
target properties now support
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|