Skip to content

Commit 19cbd21

Browse files
committed
[Issue 30] Fix dub for executable targets.
1 parent d09fd7c commit 19cbd21

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dub.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"homepage": "http://www.x.org/wiki/",
55
"license": "LGPL v3",
66
"sourcePaths":["."],
7-
"excludedSourceFiles":["deimos/X11/Xlib_xcb.d"],
7+
"excludedSourceFiles":[
8+
"deimos/X11/Xlib_xcb.d",
9+
"example.d"
10+
],
811
"libs": ["X11"],
912
"configurations":[
1013
{
@@ -13,7 +16,7 @@
1316
},
1417
{
1518
"name":"dx11-example",
16-
"targetName":"dx11-example",
19+
"targetName":"dx11-example",
1720
"targetType":"executable",
1821
"sourceFiles":["example.d"]
1922
}

0 commit comments

Comments
 (0)