From 2d0eaf59bcd881d88ea9eebf56694132973267d5 Mon Sep 17 00:00:00 2001 From: Job Vranish Date: Fri, 10 Feb 2012 14:22:39 -0500 Subject: [PATCH] added CException submodule --- .gitmodules | 3 +++ vendor/c_exception | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/c_exception diff --git a/.gitmodules b/.gitmodules index d478d55..eb659d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/unity"] path = vendor/unity url = git@github.com:ThrowTheSwitch/Unity.git +[submodule "vendor/c_exception"] + path = vendor/c_exception + url = git@github.com:ThrowTheSwitch/CException.git diff --git a/vendor/c_exception b/vendor/c_exception new file mode 160000 index 0000000..0571b99 --- /dev/null +++ b/vendor/c_exception @@ -0,0 +1 @@ +Subproject commit 0571b990b67b750bb597dd71d510ef3e5289f619