mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-18 18:06:56 +01:00
10 lines
236 B
Groovy
10 lines
236 B
Groovy
// Configure the root project.
|
|
rootProject.name = "Godot"
|
|
|
|
include ':app'
|
|
include ':lib'
|
|
include ':nativeSrcsConfigs'
|
|
|
|
include ':assetPacks:installTime'
|
|
project(':assetPacks:installTime').projectDir = file("app/assetPacks/installTime")
|