From 6c52587384c40f5e74cf0b37b0167f20a7cbf891 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Thu, 11 Oct 2018 11:33:26 -0400 Subject: [PATCH] added PMM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5b4123..a3367cb 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ Your contributions are highly welcome (first see [CONTRIBUTING.md](CONTRIBUTING. * [fips](https://github.com/floooh/fips) - High-level build system/dependency management for distributed, multi-platform C/C++ projects. [```[MIT]```][MIT] * [Ninja](https://github.com/ninja-build/ninja) - Build system that differs from others in two major respects: it is designed to have its input files generated by a higher-level build system (like CMake), and it is designed to run builds as fast as possible. [```[APACHE2]```][APACHE2] * [vcpkg](https://github.com/Microsoft/vcpkg) - A tool to acquire and build C++ open source libraries. Uses CMake internally as a build script language. [```[MIT]```][MIT] +* [pmm](https://github.com/vector-of-bool/pmm) - PMM is a module for CMake that manages... package managers. [```[MIT]```][MIT] ## Modules