Przeglądaj źródła

Merge pull request #96 from kylelutz/boost-compute-submodule

Add Boost.Compute submodule.
Rene Rivera 10 lat temu
rodzic
commit
ed01c69047
2 zmienionych plików z 5 dodań i 0 usunięć
  1. 4 0
      .gitmodules
  2. 1 0
      libs/compute

+ 4 - 0
.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

+ 1 - 0
libs/compute

@@ -0,0 +1 @@
+Subproject commit c75f5dc858ae4368f71ade0a1defaae7b3e3f204

粤ICP备19079148号