-
Notifications
You must be signed in to change notification settings - Fork 1
/
compile_commands.json
79 lines (79 loc) · 1.1 KB
/
compile_commands.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/Actuator.o",
"src/Actuator.cpp"
],
"file": "src/Actuator.cpp"
},
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/BPlusTree.o",
"src/BPlusTree.cpp"
],
"file": "src/BPlusTree.cpp"
},
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/main.o",
"src/main.cpp"
],
"file": "src/main.cpp"
},
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/Parser.o",
"src/Parser.cpp"
],
"file": "src/Parser.cpp"
},
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/RainbowDB.o",
"src/RainbowDB.cpp"
],
"file": "src/RainbowDB.cpp"
},
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/Row.o",
"src/Row.cpp"
],
"file": "src/Row.cpp"
},
{
"directory": "/home/ch/Code/db",
"arguments": [
"g++",
"-c",
"-o",
"src/Statement.o",
"src/Statement.cpp"
],
"file": "src/Statement.cpp"
}
]