From 1fa460a1f95488a3a11ae3e1311a7bbe6b6e0c94 Mon Sep 17 00:00:00 2001 From: Dael <18593867+DaelDe@users.noreply.github.com> Date: Mon, 1 Oct 2018 03:18:27 +0200 Subject: [PATCH] doc: added cmake_check (#23) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c77f090..a5b4123 100644 --- a/README.md +++ b/README.md @@ -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