diff options
author | Glen Fernandes <glenfe@live.com> | 2014-04-27 14:37:36 -0700 |
---|---|---|
committer | Glen Fernandes <glenfe@live.com> | 2014-04-27 14:37:36 -0700 |
commit | e0aca052212360bda1d199260f16fe5230d9edfb (patch) | |
tree | f5bfccff15fc572720b6d7079ea09297cd15f089 /.gitmodules | |
parent | cf0d4eff13eea8c5ba2516bcd02da032471aa302 (diff) | |
download | boost-e0aca052212360bda1d199260f16fe5230d9edfb.tar.gz |
Add align to build
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e9a916319d..b6cb4e9086 100644 --- a/.gitmodules +++ b/.gitmodules @@ -458,3 +458,7 @@ path = libs/assert url = ../assert.git fetchRecurseSubmodules = on-demand +[submodule "align"] + path = libs/align + url = ../align.git + fetchRecurseSubmodules = on-demand |