mirror of
https://github.com/dlang/tools.git
synced 2025-04-28 22:21:14 +03:00
Merge pull request #456 from alebcay/add-dustmite-dub-subpackage
Include dustmite as a dub subpackage
This commit is contained in:
commit
02365fafdd
1 changed files with 6 additions and 0 deletions
6
dub.sdl
6
dub.sdl
|
@ -72,3 +72,9 @@ subPackage {
|
||||||
targetType "executable"
|
targetType "executable"
|
||||||
sourceFiles "catdoc.d"
|
sourceFiles "catdoc.d"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
subPackage {
|
||||||
|
name "dustmite"
|
||||||
|
targetType "executable"
|
||||||
|
sourcePaths "DustMite"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue