From 611747272e6facf8de5d9096ac96c7d684addecf Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Wed, 20 Feb 2019 13:21:29 -0500 Subject: [PATCH] Fixed submodule imports hopefully --- .gitignore | 1 - .gitmodules | 4 ++-- 3rdparty/bgfx | 1 + 3rdparty/glfw | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 3rdparty/bgfx create mode 160000 3rdparty/glfw diff --git a/.gitignore b/.gitignore index 5493f7ff..102b9387 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ cmake-build-* -3rdparty/** .idea \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 49ea4a2f..0434c8c1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/3rdparty/bgfx b/3rdparty/bgfx new file mode 160000 index 00000000..95cb070e --- /dev/null +++ b/3rdparty/bgfx @@ -0,0 +1 @@ +Subproject commit 95cb070eb2101d42327fa040c50d9703612b09f4 diff --git a/3rdparty/glfw b/3rdparty/glfw new file mode 160000 index 00000000..5f9cbd0e --- /dev/null +++ b/3rdparty/glfw @@ -0,0 +1 @@ +Subproject commit 5f9cbd0ebcc9ca8bfddbf99e78a54fb02dd030d7