From 0ed1697598f7a5d2290d0f8174eedac1d467ba4f Mon Sep 17 00:00:00 2001 From: John Van Enk Date: Wed, 20 Jun 2012 20:26:56 -0400 Subject: [PATCH] Added c_exception external. --- .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..04a7aa6 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..b54605d --- /dev/null +++ b/vendor/c_exception @@ -0,0 +1 @@ +Subproject commit b54605d9f98289132c3ed6279f2d2f4815a53017