From 71dd5fe9f41b7caaa01ce2ee718ab34206a5df64 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sun, 16 Dec 2018 19:20:03 +0800 Subject: [PATCH] added cleanCppProject (#25) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90f8d32..6787751 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ These provide a wide range of functionality - from dealing with compiler flags t * [cmake-cookbook](https://github.com/dev-cafe/cmake-cookbook) - A huge CMake cookbook full of recipes. [```[MIT]```][MIT] * [cpp-template](https://github.com/joshpeterson/cpp-template) - A template C++ repository, using CMake and Catch. ```[NO LICENSE]``` * [pitchfork](https://github.com/vector-of-bool/pitchfork) - A set of conventions for native C and C++ projects. [```[MIT]```][MIT] +* [cleanCppProject](https://github.com/kracejic/cleanCppProject) - A clean C++ project template using modern CMake, with packaging, tests, docs, static/dynamic analysis, CI. [```[MIT]```][MIT] ## Other