Skip to content

Commit 597b7d5

Browse files
committedMay 29, 2021
Added submodules in the root include folder
1 parent 2aadc4b commit 597b7d5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
 

‎.gitmodules

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "include/glm"]
22
path = include/glm
33
url = https://github.com/g-truc/glm.git
4+
[submodule "include/benchmark"]
5+
path = include/benchmark
6+
url = https://github.com/google/benchmark.git
7+
[submodule "include/imgui"]
8+
path = include/imgui
9+
url = https://github.com/ocornut/imgui.git

‎include/benchmark

Submodule benchmark added at 0e1255a

‎include/imgui

Submodule imgui added at 060b6ee

0 commit comments

Comments
 (0)
Please sign in to comment.