From ff86afb05107acd2b54dc25273a8d1885c533593 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 2 Apr 2015 15:45:16 +0300 Subject: [PATCH] fix DUB build of DMLEdit --- examples/dmledit/dub.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/dmledit/dub.json b/examples/dmledit/dub.json index 5913f583..048b2dc3 100644 --- a/examples/dmledit/dub.json +++ b/examples/dmledit/dub.json @@ -5,6 +5,8 @@ "license": "Boost", "authors": ["Vadim Lopatin"], + "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi"], + "targetPath": "bin", "targetName": "dmledit", "targetType": "executable",