Switching to premake. Probably with disasterous consequences.
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user