Browse Source

Update submodule names and specify explicit branches.

legacy
Sam Hocevar 8 years ago
parent
commit
37c8949b40
1 changed files with 11 additions and 6 deletions
  1. +11
    -6
      .gitmodules

+ 11
- 6
.gitmodules View File

@@ -1,19 +1,24 @@
[submodule "external"] [submodule "external"]
path = external path = external
url = ../../lolengine/lol-external.git
url = ../../lolengine/ext-binaries.git
branch = master
[submodule "src/3rdparty/imgui"] [submodule "src/3rdparty/imgui"]
path = src/3rdparty/imgui path = src/3rdparty/imgui
url = ../../lolengine/imgui.git
url = ../../lolengine/ext-imgui.git
branch = master
[submodule "src/3rdparty/bullet3"] [submodule "src/3rdparty/bullet3"]
path = src/3rdparty/bullet3 path = src/3rdparty/bullet3
url = ../../lolengine/bullet3.git
url = ../../lolengine/ext-bullet3.git
branch = lol
[submodule "src/3rdparty/lua"] [submodule "src/3rdparty/lua"]
path = src/3rdparty/lua path = src/3rdparty/lua
url = ../../lolengine/lua.git
url = ../../lolengine/ext-lua.git
branch = lol branch = lol
[submodule "src/3rdparty/pegtl"] [submodule "src/3rdparty/pegtl"]
path = src/3rdparty/pegtl path = src/3rdparty/pegtl
url = ../../lolengine/pegtl.git
url = ../../lolengine/ext-pegtl.git
branch = lol
[submodule "src/3rdparty/mingw-std-threads"] [submodule "src/3rdparty/mingw-std-threads"]
path = src/3rdparty/mingw-std-threads path = src/3rdparty/mingw-std-threads
url = ../../lolengine/mingw-std-threads.git
url = ../../lolengine/ext-mingw-std-threads.git
branch = master

Loading…
Cancel
Save