diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-06-25 10:37:08 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-06-25 10:37:08 -0400 |
commit | a956211b2cd0ba7d970f08afe3b7470728691206 (patch) | |
tree | 601ebafedf17edb83169bdfcf1372683fe7fcfc8 /dub.sdl | |
download | jdtalk-a956211b2cd0ba7d970f08afe3b7470728691206.tar.gz |
Initial commit
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,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/" +} |