From 01d2a9e0856ea6d54db662d30e5b308017bbcd1e Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Wed, 7 Feb 2018 00:09:51 +0200 Subject: [PATCH] added cmake_format - Source code formatter for CMakeLists.txt files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8bd81b2..777c8cc 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [tbb](https://github.com/wjakob/tbb) - Threading Building Blocks with CMake build. [```[APACHE2]```][APACHE2] * [sqlite.cmake.build](https://github.com/snikulov/sqlite.cmake.build) - CMake script for sqlite amalgamation. ```[NO LICENSE]``` * [cmake-ast](https://github.com/polysquare/cmake-ast) - Python module to reduce a CMake file to an AST. [```[MIT]```][MIT] +* [cmake_format](https://github.com/cheshirekow/cmake_format) - Source code formatter for CMakeLists.txt files. [```[GPL]```][GPL] ## License