summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-20 11:12:22 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-20 11:12:48 +0100
commit6f9a8478266aa06384d81da184cdd5e163d9716f (patch)
tree05403830b5518e4c64dc324b5e66d59492a76847
parent9202fb4591124736fe1320eb52393f0d297518b2 (diff)
downloadlorry-6f9a8478266aa06384d81da184cdd5e163d9716f.tar.gz
lorries: Add cmake
Required to build libproxy. Thankfully cmake is buildable from git without requiring cmake to already be installed.
-rw-r--r--lorries/cmake.lorry6
1 files changed, 6 insertions, 0 deletions
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"
+ }
+}