Files
CMake/Tests/RunCMake/MultiLint/CXX-launch_skip_linting_ON.cmake
Orkun Tokdemir b480315e0c TargetGenerator: Add SKIP_LINTING source property
The `SKIP_LINTING` source property was added to disable code check for
desired source files. The `SKIP_LINTING`includes `cpplint`, `clang-tidy`, \
`cppcheck` and `include-what-you-use`. If `SKIP_LINTING` is set on a
source file, the tools mentioned above will not be run on that source file.
2023-05-16 10:47:56 -04:00

4 lines
89 B
CMake

set(CTEST_USE_LAUNCHERS 1)
include(CTestUseLaunchers)
include(CXX_skip_linting_ON.cmake)