diff options
| author | Ben Vanik <ben.vanik@gmail.com> | 2015-07-18 16:00:01 -0700 |
|---|---|---|
| committer | Ben Vanik <ben.vanik@gmail.com> | 2015-07-18 16:00:01 -0700 |
| commit | e0eb85bbbc75922bedd1c4c38b3b9a447744ea31 (patch) | |
| tree | 82440b70545884fe0a35746beca29d0863acbc6f /.gitmodules | |
| parent | 6c5d230f675948f02c58d6342deaf673153f6b7f (diff) | |
Switching to premake. Probably with disasterous consequences.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules index aa8fa6ebd..225878c89 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,9 @@ -[submodule "third_party/gflags"] - path = third_party/gflags - url = https://github.com/benvanik/gflags.git [submodule "third_party/beaengine"] path = third_party/beaengine url = https://github.com/benvanik/beaengine.git [submodule "third_party/xbyak"] path = third_party/xbyak url = https://github.com/xenia-project/xbyak.git -[submodule "third_party/catch"] - path = third_party/catch - url = https://github.com/philsquared/Catch.git [submodule "third_party/imgui"] path = third_party/imgui url = https://github.com/ocornut/imgui.git @@ -28,3 +22,6 @@ [submodule "third_party/elemental-forms"] path = third_party/elemental-forms url = https://github.com/xenia-project/elemental-forms.git +[submodule "build_tools"] + path = build_tools + url = https://github.com/xenia-project/build-tools.git |
