From aee178901d8bd03f9e0aeb50e3a5ed7570d9f910 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 11 Jan 2018 19:33:38 +0100 Subject: Start with config object types, for git dependencies --- tests/src/confTest/gitDependency.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/src/confTest/gitDependency.conf (limited to 'tests/src/confTest/gitDependency.conf') diff --git a/tests/src/confTest/gitDependency.conf b/tests/src/confTest/gitDependency.conf new file mode 100644 index 0000000..d18b267 --- /dev/null +++ b/tests/src/confTest/gitDependency.conf @@ -0,0 +1,9 @@ +[package] +name = "confTest" +version = "0.1.0" +type = "library" +platforms = ["linux64", "win64"] + +[dependencies] +xxhash = { git = "https://github.com/DEC05EBA/xxHash.git", branch = "master" } +catch2 = "1.0.0" -- cgit v1.2.3