summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-11 00:09:07 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-11 12:20:36 +0000
commit2e74db5447f89745f4bdc375230e20a7247670a0 (patch)
treeeea5fc2ab7f8741626b2ace7468ebadbfe01d2a3 /third_party
parent95029f412c173878a066a5d42c16e3f0161fd445 (diff)
Improve gtest finding, support local checkout.
Also fix library dependency order for monolith test.
Diffstat (limited to 'third_party')
-rw-r--r--third_party/.gitignore1
-rw-r--r--third_party/README.md6
2 files changed, 7 insertions, 0 deletions
diff --git a/third_party/.gitignore b/third_party/.gitignore
new file mode 100644
index 00000000..355164c1
--- /dev/null
+++ b/third_party/.gitignore
@@ -0,0 +1 @@
*/
diff --git a/third_party/README.md b/third_party/README.md
new file mode 100644
index 00000000..11546589
--- /dev/null
+++ b/third_party/README.md
@@ -0,0 +1,6 @@
1# Third party dependencies
2
3All toxcore dependencies you want to build yourself should end up here, not in
4the source root. This directory is exempt from code style checks.
5
6TODO(iphydf): Change appveyor.yml to unpack dependencies here.