added cpp-template - A template C++ repository, using CMake and Catch

This commit is contained in:
Viktor Kirilov
2018-09-26 12:16:29 -07:00
committed by GitHub
parent d16f14b60a
commit b7ad60099c

View File

@@ -163,6 +163,7 @@ These provide a wide range of functionality - from dealing with compiler flags t
* [cmake_templates](https://github.com/acdemiralp/cmake_templates) - Templates for creating C++ libraries and executables (including conan). ```[NO LICENSE]```
* [cmake_snippets](https://github.com/adishavit/cmake_snippets) - Short copy-pasteable CMake snippets. [```[BSD3]```][BSD-3-Clause]
* [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]```
## Other