Skip to content

Commit ec737c7

Browse files
committed
added submodules - non working for the moment
1 parent e051ad2 commit ec737c7

File tree

8 files changed

+35
-0
lines changed

8 files changed

+35
-0
lines changed

.gitmodules

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[submodule "imgui"]
2+
path = external/imgui
3+
url = https://github.com/ocornut/imgui.git
4+
branch = docking
5+
[submodule "glfw"]
6+
path = external/glfw
7+
url = https://github.com/glfw/glfw.git
8+
branch = master
9+
[submodule "eigen"]
10+
path = external/eigen
11+
url = https://gitlab.com/libeigen/eigen.git
12+
branch = master
13+
[submodule "glew"]
14+
path = external/glew
15+
url = https://github.com/Perlmint/glew-cmake.git
16+
branch = master
17+
[submodule "glm"]
18+
path = external/glm
19+
url = https://github.com/g-truc/glm.git
20+
branch = master
21+
[submodule "imnodes"]
22+
path = external/imnodes
23+
url = https://github.com/Nelarius/imnodes.git
24+
branch = master
25+
[submodule "implot"]
26+
path = external/implot
27+
url = https://github.com/epezent/implot.git
28+
branch = master

external/eigen

Submodule eigen added at 1d80e23

external/glew

Submodule glew added at 7f7e844

external/glfw

Submodule glfw added at 3fa2360

external/glm

Submodule glm added at efec5db

external/imgui

Submodule imgui added at 8fd0a04

external/imnodes

Submodule imnodes added at d88f991

external/implot

Submodule implot added at 18758e2

0 commit comments

Comments
 (0)