From f0d6057f14af946870198fffb26f4eb82df3928a Mon Sep 17 00:00:00 2001 From: otya128 Date: Mon, 3 Jul 2017 18:43:51 +0900 Subject: [PATCH] Fix dub.json --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 8dc42e6..b4a8f48 100644 --- a/dub.json +++ b/dub.json @@ -5,6 +5,7 @@ "derelict-gl3": "*" }, "sourcePaths": ["SMILEBASIC/"], + "importPaths": ["SMILEBASIC/"], "targetType": "executable", "buildRequirements": ["allowWarnings"], "targetPath": "out",