initialize develop; add itcc and cce

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2024-07-25 11:55:51 +02:00
parent c3b770b70f
commit cfa85067f0
13 changed files with 274 additions and 1 deletions

View File

@ -32,6 +32,12 @@ case "$PROJECT" in
bbmri)
#nothing extra to do
;;
cce)
#nothing extra to do
;;
itcc)
#nothing extra to do
;;
minimal)
#nothing extra to do
;;