From d4e6cc22e5d965ae11474263830512d93061b98d Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 20 Aug 2019 00:36:07 -0500 Subject: [PATCH] Added package cmake (#1147) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5a0ff1d..a846113 100644 --- a/packages.json +++ b/packages.json @@ -14064,5 +14064,19 @@ "description": "Sweet_Anita Translator, help spread awareness about Tourettes", "license": "MIT", "web": "https://github.com/juancarlospaco/sweetanitify" + }, + { + "name": "cmake", + "url": "https://github.com/genotrance/cmake", + "method": "git", + "tags": [ + "cmake", + "build", + "tool", + "wrapper" + ], + "description": "CMake for Nimble", + "license": "MIT", + "web": "https://github.com/genotrance/cmake" } ]