add: dub.sdl multiple configuration

This commit is contained in:
kuoi 2024-09-18 17:06:34 +10:00
parent d64365d842
commit 9b18eb1777

13
dub.sdl
View file

@ -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"
}