summaryrefslogtreecommitdiff
path: root/meta/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta/dub.json')
-rw-r--r--meta/dub.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/dub.json b/meta/dub.json
index c8d2ba7..663d2fd 100644
--- a/meta/dub.json
+++ b/meta/dub.json
@@ -1,5 +1,12 @@
{
"name": "meta",
"description": "Template metaprogramming",
- "targetType": "library"
+ "targetType": "library",
+
+ "sourcePaths": [
+ "."
+ ],
+ "importPaths": [
+ "."
+ ]
}