add apiInterface and coreApiCommon subprojects
Currently they are just shells and they may be renamed later
This commit is contained in:
+1
-1
Submodule coreSubProjects updated: 14d0e65c68...55463f2377
@@ -16,5 +16,9 @@ include("core")
|
|||||||
project(":core").projectDir = file('coreSubProjects/core')
|
project(":core").projectDir = file('coreSubProjects/core')
|
||||||
include("api")
|
include("api")
|
||||||
project(":api").projectDir = file('coreSubProjects/api')
|
project(":api").projectDir = file('coreSubProjects/api')
|
||||||
|
include("apiInterface")
|
||||||
|
project(":apiInterface").projectDir = file('coreSubProjects/apiInterface')
|
||||||
|
include("coreApiCommon")
|
||||||
|
project(":coreApiCommon").projectDir = file('coreSubProjects/coreApiCommon')
|
||||||
|
|
||||||
rootProject.name = "DistantHorizons"
|
rootProject.name = "DistantHorizons"
|
||||||
|
|||||||
Reference in New Issue
Block a user