diff options
Diffstat (limited to 'settings.gradle.kts')
| -rw-r--r-- | settings.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index 3f10026a..c7dc5f1b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -26,6 +26,7 @@ rootProject.name = "opendc-simulator" include(":odcsim:odcsim-api") include(":odcsim:odcsim-engine-omega") include(":opendc:opendc-core") +include(":opendc:opendc-compute") include(":opendc:opendc-format") include(":opendc:opendc-workflows") -include(":opendc:opendc-experiments-tpds") +include(":opendc:opendc-experiments-sc18") |
