RGBEPP/dub.sdl

19 lines
404 B
Text
Raw Normal View History

2024-09-10 02:37:06 +10: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 17:06:34 +10:00
targetType "executable"
configuration "rgbepp" {
targetType "executable"
targetName "rgbepp"
sourceFiles "RGBEPP.d"
}
configuration "delstop" {
targetType "executable"
targetName "delstop"
sourceFiles "delstop.d"
}