added structure for client View

This commit is contained in:
Cedric Beck
2024-11-12 17:52:39 +01:00
parent 516c7ca303
commit 80d70e9a45
3 changed files with 41 additions and 0 deletions

View File

@@ -32,3 +32,8 @@
}
}
}
include 'mdga:client'
findProject(':mdga:client')?.name = 'client'
include 'mdga:client'
findProject(':mdga:client')?.name = 'client'