summaryrefslogtreecommitdiff
path: root/lib/download_dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/download_dependencies.sh')
-rwxr-xr-xlib/download_dependencies.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/download_dependencies.sh b/lib/download_dependencies.sh
new file mode 100755
index 0000000..369c514
--- /dev/null
+++ b/lib/download_dependencies.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Download and unzip googletest
+wget https://googletest.googlecode.com/files/gtest-1.7.0.zip
+unzip gtest-1.7.0.zip
+