From 5063c7d992ea9901e6d3e5f93c8a63e1d1b24ace Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 11 Aug 2020 14:49:21 +0200 Subject: [PATCH] Add built with CPM.cmake section (#142) * add built with cpm.cmake section * update text * explicitly set width --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55223e4..8e66e35 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # Setup-free CMake dependency management CPM.cmake is a CMake script that adds dependency management capabilities to CMake. -It's built as a thin wrapper around CMake's [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) module that adds version control, caching and a simple API. +It's built as a thin wrapper around CMake's [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) module that adds version control, caching, a simple API [and more](#comparison-to-pure-fetchcontent--externalproject). ## Manage everything @@ -193,6 +193,41 @@ cmake --build build --target cpm-update-package-lock See the [wiki](https://github.com/TheLartians/CPM.cmake/wiki/Package-lock) for more info. + +## Built with CPM.cmake + +Some amazing projects that are built using the CPM.cmake package manager. +If you know others, feel free to add them here through a PR. + + + + + + + +
+ +

+ otto-project +

+

OTTO - The Open Source GrooveBox

+
+
+ +

+ maphi +

+

Maphi - the Math App

+
+
+ +

+ modern-cpp-starter +

+

ModernCppStarter

+
+
+ ## Snippets These examples demonstrate how to include some well-known projects with CPM.