summaryrefslogtreecommitdiff
path: root/lib/download_dependencies.sh
blob: 369c5143adac5a199e2487e7194d1e97bc8b7a74 (plain)
1
2
3
4
5
6
#!/bin/sh

# Download and unzip googletest
wget https://googletest.googlecode.com/files/gtest-1.7.0.zip
unzip gtest-1.7.0.zip