RGBEPP/dub.sdl

19 lines
404 B
Text
Raw Normal View History

2024-09-10 00:37:06 +08:00
name "rgbepp"
description "Reference Genome based Exon Phylogeny Pipeline"
authors "Guoyi Zhang"
copyright "Copyright © 2024, Guoyi Zhang"
license "GPL-2.0-only"
2024-09-18 15:06:34 +08:00
targetType "executable"
configuration "rgbepp" {
targetType "executable"
targetName "rgbepp"
sourceFiles "RGBEPP.d"
}
configuration "delstop" {
targetType "executable"
targetName "delstop"
sourceFiles "delstop.d"
}