소스 검색

Update submodule names and specify explicit branches.

legacy
Sam Hocevar 8 년 전
부모
커밋
37c8949b40
1개의 변경된 파일11개의 추가작업 그리고 6개의 파일을 삭제
  1. +11
    -6
      .gitmodules

+ 11
- 6
.gitmodules 파일 보기

@@ -1,19 +1,24 @@
[submodule "external"]
path = external
url = ../../lolengine/lol-external.git
url = ../../lolengine/ext-binaries.git
branch = master
[submodule "src/3rdparty/imgui"]
path = src/3rdparty/imgui
url = ../../lolengine/imgui.git
url = ../../lolengine/ext-imgui.git
branch = master
[submodule "src/3rdparty/bullet3"]
path = src/3rdparty/bullet3
url = ../../lolengine/bullet3.git
url = ../../lolengine/ext-bullet3.git
branch = lol
[submodule "src/3rdparty/lua"]
path = src/3rdparty/lua
url = ../../lolengine/lua.git
url = ../../lolengine/ext-lua.git
branch = lol
[submodule "src/3rdparty/pegtl"]
path = src/3rdparty/pegtl
url = ../../lolengine/pegtl.git
url = ../../lolengine/ext-pegtl.git
branch = lol
[submodule "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

불러오는 중...
취소
저장