added pr0g/cmake-examples

This commit is contained in:
Viktor Kirilov
2019-03-11 15:19:19 +02:00
committed by GitHub
parent 98d59ba543
commit 4210a9fd6e

View File

@@ -170,6 +170,7 @@ These provide a wide range of functionality - from dealing with compiler flags t
* [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 project template using modern CMake, with packaging, tests, docs, static/dynamic analysis, CI. [```[MIT]```][MIT]
* [cmake-examples](https://github.com/pr0g/cmake-examples) - A collection of as simple as possible, modern CMake projects. ```[NO LICENSE]```
## Other