Skip to content

Commit

Permalink
Added three submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
wermos committed Jun 4, 2022
1 parent 2a62718 commit 21aad0e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "libs/benchmark"]
path = libs/benchmark
url = https://github.com/google/benchmark.git
[submodule "libs/xsimd"]
path = libs/xsimd
url = https://github.com/xtensor-stack/xsimd.git
[submodule "libs/googletest"]
path = libs/googletest
url = https://github.com/google/googletest.git
1 change: 1 addition & 0 deletions libs/benchmark
Submodule benchmark added at 0d98db
1 change: 1 addition & 0 deletions libs/googletest
Submodule googletest added at e2239e
1 change: 1 addition & 0 deletions libs/xsimd
Submodule xsimd added at 1577b0

0 comments on commit 21aad0e

Please sign in to comment.