diff options
author | Kyle Lutz <kyle.r.lutz@gmail.com> | 2015-05-03 16:16:43 -0700 |
---|---|---|
committer | Kyle Lutz <kyle.r.lutz@gmail.com> | 2015-09-20 17:27:54 -0700 |
commit | 2d25afe069fb35ff0d24958d3ed037b7a221faa8 (patch) | |
tree | 791662175c3258e8109fe07821bc08d524c53855 | |
parent | 436511084bc6e365b8cf2af3aa59c959df212bdf (diff) | |
download | boost-2d25afe069fb35ff0d24958d3ed037b7a221faa8.tar.gz |
Add Boost.Compute submodule.
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | libs/compute | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f3c710748f..992565bfaf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -502,3 +502,7 @@ path = libs/vmd url = ../vmd.git fetchRecurseSubmodules = on-demand +[submodule "compute"] + path = libs/compute + url = ../compute.git + fetchRecurseSubmodules = on-demand diff --git a/libs/compute b/libs/compute new file mode 160000 +Subproject c75f5dc858ae4368f71ade0a1defaae7b3e3f20 |