From aade06e3161eab6a22b9efddc1c8f8bbad9d63b4 Mon Sep 17 00:00:00 2001 From: Josh Petrie Date: Mon, 15 Dec 2025 02:45:50 -0800 Subject: [PATCH] Add FetchDependency (#54) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97cc0ad..cd14b1e 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ There is another file [`NonModernCMake.md`](NonModernCMake.md) with other links * [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/AnotherFoxGuy/pmm) - PMM is a module for CMake that manages... package managers. [```[MIT]```][MIT] * [cpm](https://github.com/TheLartians/CPM) - A setup-free CMake + git dependency manager. [```[MIT]```][MIT] +* [FetchDependency](https://github.com/jpetrie/fetch-dependency) - Configuration-time retrieval, configuration and building of dependencies. [```[MIT]```][MIT] ## Modules