From b9994347ffdcb21d9a5f15be6d18d7d15086a02a Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 23 Feb 2012 11:21:25 -0500 Subject: [PATCH] added cork as a library from and external repo --- .gitmodules | 3 +++ deps/cork | 1 + 2 files changed, 4 insertions(+) create mode 160000 deps/cork diff --git a/.gitmodules b/.gitmodules index 70e5f5e..62b4189 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tools/rake_utils"] path = tools/rake_utils url = git@github.com:mikedlowis/rake_utils.git +[submodule "deps/cork"] + path = deps/cork + url = git@github.com:mikedlowis/cork.git diff --git a/deps/cork b/deps/cork new file mode 160000 index 0000000..244613f --- /dev/null +++ b/deps/cork @@ -0,0 +1 @@ +Subproject commit 244613ffd2288f8d51ecab2c6743f1a1c28d6537 -- 2.55.0