diff options
-rw-r--r-- | .gitmodules | 12 | ||||
m--------- | lib/boost | 0 | ||||
m--------- | lib/cppunit | 0 | ||||
m--------- | lib/gdtoa | 0 | ||||
m--------- | lib/libofx | 0 |
5 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..326da1f8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "lib/boost"] + path = lib/boost + url = git://repo.or.cz/boost.git +[submodule "lib/gdtoa"] + path = lib/gdtoa + url = git://newartisans.com/gdtoa.git +[submodule "lib/cppunit"] + path = lib/cppunit + url = git://newartisans.com/cppunit.git +[submodule "lib/libofx"] + path = lib/libofx + url = git://newartisans.com/libofx.git diff --git a/lib/boost b/lib/boost new file mode 160000 +Subproject 39d1e20cb03d22465f8d8884f744d254dfbfa0c diff --git a/lib/cppunit b/lib/cppunit new file mode 160000 +Subproject 1f41e59a4dae47720d0aacb422548b45be0daa1 diff --git a/lib/gdtoa b/lib/gdtoa new file mode 160000 +Subproject b2f6cab9da2e603003912eea91e7e5dcc51d887 diff --git a/lib/libofx b/lib/libofx new file mode 160000 +Subproject 699016bfd00e2be7f13120f314a4f976eeacadd |