-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 1020 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "graphquery/external/googletest"]
path = graphquery/external/googletest
url = https://github.com/google/googletest.git
[submodule "graphquery/external/glew"]
path = graphquery/external/glew
url = https://github.com/Perlmint/glew-cmake.git
[submodule "graphquery/external/imgui"]
path = graphquery/external/imgui
url = https://github.com/ocornut/imgui.git
[submodule "graphquery/external/fmt"]
path = graphquery/external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "graphquery/external/glfw"]
path = graphquery/external/glfw
url = https://github.com/glfw/glfw.git
[submodule "graphquery/external/dylib"]
path = graphquery/external/dylib
url = https://github.com/martin-olivier/dylib.git
[submodule "graphquery/external/imgui-filebrowser"]
path = graphquery/external/imgui-filebrowser
url = https://github.com/AirGuanZ/imgui-filebrowser.git
[submodule "graphquery/external/libcsv-parser"]
path = graphquery/external/libcsv-parser
url = https://github.com/vincentlaucsb/csv-parser.git