Add raw module as a standard module.

This commit is contained in:
Tom van Dijck 2016-09-01 16:49:49 -07:00
parent ad24b31a56
commit 5e0afffd49
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "modules/d"]
path = modules/d
url = https://github.com/premake/premake-dlang.git
[submodule "modules/raw"]
path = modules/raw
url = https://github.com/premake/premake-raw.git

1
modules/raw Submodule

@ -0,0 +1 @@
Subproject commit 4970a7b6bdaab013b2da0de590031e2650e78950

View File

@ -9,4 +9,5 @@
"monodevelop",
"codelite",
"d",
"raw",
}