add apiInterface and coreApiCommon subprojects
Currently they are just shells and they may be renamed later
This commit is contained in:
@@ -16,5 +16,9 @@ include("core")
|
||||
project(":core").projectDir = file('coreSubProjects/core')
|
||||
include("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"
|
||||
|
||||
Reference in New Issue
Block a user