CMake/Tests/RunCMake/Cpplint/C-launch.cmake
Jamie Snape 0618ddf6b1 Add properties to run the cpplint style checker with the compiler
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.
2017-01-23 14:47:13 -05:00

4 lines
71 B
CMake

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