aboutsummaryrefslogtreecommitdiff
path: root/dub.sdl
blob: 1dcc682ce9f243af1b6495c721e1ef1850758e41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name "jdtalk"
description "Silly fortune cookie generator"
authors "Joseph Hunkeler"
copyright "Copyright © 2019, Joseph Hunkeler"
license "BSD 3-clause"
targetType "executable"
sourcePaths "."
importPaths "."
dependency ":core" version="*"

subPackage {
    name "core"
    targetType "library"
    sourcePaths "lib/"
    importPaths "lib/"
}