-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdub.json
More file actions
28 lines (27 loc) · 755 Bytes
/
Copy pathdub.json
File metadata and controls
28 lines (27 loc) · 755 Bytes
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
27
28
{
"name": "ipc",
"authors": [
"Arun Chandrasekaran"
],
"description": "A minimal D application.",
"copyright": "Copyright © 2018, Arun Chandrasekaran",
"license": "BSL",
"targetType": "library",
"configurations": [
{ "name": "library" },
{
"name": "example-process1",
"targetType": "executable",
"targetName": "process1",
"sourceFiles": ["example/process1.d"],
"mainSourceFile": "example/process1.d",
},
{
"name": "example-process2",
"targetType": "executable",
"targetName": "process2",
"sourceFiles": ["example/process2.d"],
"mainSourceFile": "example/process2.d",
}
]
}