mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 06:35:11 +00:00
Switching to premake. Probably with disasterous consequences.
This commit is contained in:
parent
6c5d230f67
commit
e0eb85bbbc
208 changed files with 1112 additions and 4162 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue