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 index 0000000000..c75f5dc858 --- /dev/null +++ b/libs/compute @@ -0,0 +1 @@ +Subproject commit c75f5dc858ae4368f71ade0a1defaae7b3e3f204