doc: added cmake_check (#23)

This commit is contained in:
Dael
2018-10-01 03:18:27 +02:00
committed by Viktor Kirilov
parent b7ad60099c
commit 1fa460a1f9

View File

@@ -191,6 +191,7 @@ These provide a wide range of functionality - from dealing with compiler flags t
* [cmake_format](https://github.com/cheshirekow/cmake_format) - Source code formatter for CMakeLists.txt files. [```[GPL]```][GPL]
* [cmake-checks-cache](https://github.com/cristianadam/cmake-checks-cache) - CMake checks cache helper modules. [```[MIT]```][MIT]
* [cmrc](https://github.com/vector-of-bool/cmrc) - A Resource Compiler in a Single CMake Script (compile arbitrary data into a program). [```[MIT]```][MIT]
* [cmake_check](https://github.com/DaelDe/cmake_check) - Static analysis (linter) for the CMake language (e.g. to enforce modern CMake rules). [```[MIT]```][MIT]
## License