From 6f9a8478266aa06384d81da184cdd5e163d9716f Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 20 Aug 2012 11:12:22 +0100 Subject: lorries: Add cmake Required to build libproxy. Thankfully cmake is buildable from git without requiring cmake to already be installed. --- lorries/cmake.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lorries/cmake.lorry diff --git a/lorries/cmake.lorry b/lorries/cmake.lorry new file mode 100644 index 0000000..af7645b --- /dev/null +++ b/lorries/cmake.lorry @@ -0,0 +1,6 @@ +{ + "cmake": { + "type": "git", + "url": "git://cmake.org/cmake.git" + } +} -- cgit v1.2.1