add: dub.sdl multiple configuration
This commit is contained in:
parent
d64365d842
commit
9b18eb1777
1 changed files with 13 additions and 0 deletions
13
dub.sdl
13
dub.sdl
|
@ -3,3 +3,16 @@ description "Reference Genome based Exon Phylogeny Pipeline"
|
|||
authors "Guoyi Zhang"
|
||||
copyright "Copyright © 2024, Guoyi Zhang"
|
||||
license "GPL-2.0-only"
|
||||
targetType "executable"
|
||||
|
||||
configuration "rgbepp" {
|
||||
targetType "executable"
|
||||
targetName "rgbepp"
|
||||
sourceFiles "RGBEPP.d"
|
||||
}
|
||||
|
||||
configuration "delstop" {
|
||||
targetType "executable"
|
||||
targetName "delstop"
|
||||
sourceFiles "delstop.d"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue