From d16f14b60a0901eaaea146db3c4c6e9d912eee0b Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Wed, 26 Sep 2018 00:44:21 -0700 Subject: [PATCH] added cmrc - a Resource Compiler in a Single CMake Script --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a14fb79..323714e 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [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] * [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] ## License