aboutsummaryrefslogtreecommitdiff
path: root/dub.sdl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-06-25 10:37:08 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-06-25 10:37:08 -0400
commita956211b2cd0ba7d970f08afe3b7470728691206 (patch)
tree601ebafedf17edb83169bdfcf1372683fe7fcfc8 /dub.sdl
downloadjdtalk-a956211b2cd0ba7d970f08afe3b7470728691206.tar.gz
Initial commit
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl16
1 files changed, 16 insertions, 0 deletions
diff --git a/dub.sdl b/dub.sdl
new file mode 100644
index 0000000..1dcc682
--- /dev/null
+++ b/dub.sdl
@@ -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/"
+}