add apiInterface and coreApiCommon subprojects

Currently they are just shells and they may be renamed later
This commit is contained in:
James Seibel
2022-08-30 07:55:42 -05:00
parent 151ee93842
commit f34be62af4
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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"