1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-18 13:15:24 +00:00

Fixed submodule imports hopefully

This commit is contained in:
Tim Sarbin 2019-02-20 13:21:29 -05:00
parent f8a9c7f3d5
commit 611747272e
4 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
cmake-build-*
3rdparty/**
.idea

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "3rdparty/bgfx"]
path = 3rdparty/bgfx
url = https://github.com/JoshuaBrookover/bgfx.cmake.git
url = git@github.com:JoshuaBrookover/bgfx.cmake.git
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw.git
url = git@github.com:glfw/glfw.git

1
3rdparty/bgfx vendored Submodule

@ -0,0 +1 @@
Subproject commit 95cb070eb2101d42327fa040c50d9703612b09f4

1
3rdparty/glfw vendored Submodule

@ -0,0 +1 @@
Subproject commit 5f9cbd0ebcc9ca8bfddbf99e78a54fb02dd030d7