-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdub.json
26 lines (22 loc) · 859 Bytes
/
dub.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "d-images",
"description": "Succeed aligner.",
"copyright": "Copyright © 2014, acorbi",
"authors": ["Antonio-M. Corbi Bellot"],
"license" : "Boost Software License - Version 1.0",
"dependencies": {},
"preGenerateCommands": ["sed -e 's#@abs_top_srcdir@#'`pwd`'#' src/config/constants.d.in > src/config/constants.d"],
"targetType": "executable",
"targetPath": "bin",
"importPaths": ["src"],
"sourcePaths": ["src"],
"sourceFiles": ["src/config/constants.d"],
"excludedSourceFiles": ["src/examples/*.d"],
"dflags": ["-I/usr/include/dmd/gtkd2"],
"libs": ["gtkd2", "gtk-3", "phobos2"],
"buildTypes": {
"debug": {
"buildOptions": ["debugMode", "debugInfoC", "alwaysStackFrame"]
}
},
}