Added LibCommon as a submodule (PWE code still needs to be updated to compile correctly with LibCommon changes)

This commit is contained in:
Aruki
2018-12-09 18:48:02 -07:00
parent f92b36a8ab
commit dacd21d7fc
90 changed files with 11 additions and 10419 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule "externals/CodeGen"]
path = externals/CodeGen
url = https://github.com/arukibree/CodeGen
[submodule "externals/LibCommon"]
path = externals/LibCommon
url = https://github.com/arukibree/LibCommon