-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile_commands.json
347 lines (347 loc) · 39.2 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
[
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_atoi.c.o -c /home/kfreyer/workspace/libft/src/ft_atoi.c",
"file": "/home/kfreyer/workspace/libft/src/ft_atoi.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_bzero.c.o -c /home/kfreyer/workspace/libft/src/ft_bzero.c",
"file": "/home/kfreyer/workspace/libft/src/ft_bzero.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_calloc.c.o -c /home/kfreyer/workspace/libft/src/ft_calloc.c",
"file": "/home/kfreyer/workspace/libft/src/ft_calloc.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_isalnum.c.o -c /home/kfreyer/workspace/libft/src/ft_isalnum.c",
"file": "/home/kfreyer/workspace/libft/src/ft_isalnum.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_isalpha.c.o -c /home/kfreyer/workspace/libft/src/ft_isalpha.c",
"file": "/home/kfreyer/workspace/libft/src/ft_isalpha.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_isascii.c.o -c /home/kfreyer/workspace/libft/src/ft_isascii.c",
"file": "/home/kfreyer/workspace/libft/src/ft_isascii.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_isdigit.c.o -c /home/kfreyer/workspace/libft/src/ft_isdigit.c",
"file": "/home/kfreyer/workspace/libft/src/ft_isdigit.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_isprint.c.o -c /home/kfreyer/workspace/libft/src/ft_isprint.c",
"file": "/home/kfreyer/workspace/libft/src/ft_isprint.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_itoa.c.o -c /home/kfreyer/workspace/libft/src/ft_itoa.c",
"file": "/home/kfreyer/workspace/libft/src/ft_itoa.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_memchr.c.o -c /home/kfreyer/workspace/libft/src/ft_memchr.c",
"file": "/home/kfreyer/workspace/libft/src/ft_memchr.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_memcmp.c.o -c /home/kfreyer/workspace/libft/src/ft_memcmp.c",
"file": "/home/kfreyer/workspace/libft/src/ft_memcmp.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_memcpy.c.o -c /home/kfreyer/workspace/libft/src/ft_memcpy.c",
"file": "/home/kfreyer/workspace/libft/src/ft_memcpy.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_memmove.c.o -c /home/kfreyer/workspace/libft/src/ft_memmove.c",
"file": "/home/kfreyer/workspace/libft/src/ft_memmove.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_memset.c.o -c /home/kfreyer/workspace/libft/src/ft_memset.c",
"file": "/home/kfreyer/workspace/libft/src/ft_memset.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_putchar_fd.c.o -c /home/kfreyer/workspace/libft/src/ft_putchar_fd.c",
"file": "/home/kfreyer/workspace/libft/src/ft_putchar_fd.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_putendl_fd.c.o -c /home/kfreyer/workspace/libft/src/ft_putendl_fd.c",
"file": "/home/kfreyer/workspace/libft/src/ft_putendl_fd.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_putnbr_fd.c.o -c /home/kfreyer/workspace/libft/src/ft_putnbr_fd.c",
"file": "/home/kfreyer/workspace/libft/src/ft_putnbr_fd.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_putstr_fd.c.o -c /home/kfreyer/workspace/libft/src/ft_putstr_fd.c",
"file": "/home/kfreyer/workspace/libft/src/ft_putstr_fd.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_split.c.o -c /home/kfreyer/workspace/libft/src/ft_split.c",
"file": "/home/kfreyer/workspace/libft/src/ft_split.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strchr.c.o -c /home/kfreyer/workspace/libft/src/ft_strchr.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strchr.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strdup.c.o -c /home/kfreyer/workspace/libft/src/ft_strdup.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strdup.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_striteri.c.o -c /home/kfreyer/workspace/libft/src/ft_striteri.c",
"file": "/home/kfreyer/workspace/libft/src/ft_striteri.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strjoin.c.o -c /home/kfreyer/workspace/libft/src/ft_strjoin.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strjoin.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strlcat.c.o -c /home/kfreyer/workspace/libft/src/ft_strlcat.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strlcat.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strlcpy.c.o -c /home/kfreyer/workspace/libft/src/ft_strlcpy.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strlcpy.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strlen.c.o -c /home/kfreyer/workspace/libft/src/ft_strlen.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strlen.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strmapi.c.o -c /home/kfreyer/workspace/libft/src/ft_strmapi.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strmapi.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strncmp.c.o -c /home/kfreyer/workspace/libft/src/ft_strncmp.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strncmp.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strnstr.c.o -c /home/kfreyer/workspace/libft/src/ft_strnstr.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strnstr.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strrchr.c.o -c /home/kfreyer/workspace/libft/src/ft_strrchr.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strrchr.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_strtrim.c.o -c /home/kfreyer/workspace/libft/src/ft_strtrim.c",
"file": "/home/kfreyer/workspace/libft/src/ft_strtrim.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_substr.c.o -c /home/kfreyer/workspace/libft/src/ft_substr.c",
"file": "/home/kfreyer/workspace/libft/src/ft_substr.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_tolower.c.o -c /home/kfreyer/workspace/libft/src/ft_tolower.c",
"file": "/home/kfreyer/workspace/libft/src/ft_tolower.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src/ft_toupper.c.o -c /home/kfreyer/workspace/libft/src/ft_toupper.c",
"file": "/home/kfreyer/workspace/libft/src/ft_toupper.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstadd_back.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstadd_back.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstadd_back.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstadd_front.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstadd_front.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstadd_front.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstclear.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstclear.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstclear.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstdelone.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstdelone.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstdelone.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstiter.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstiter.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstiter.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstlast.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstlast.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstlast.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstmap.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstmap.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstmap.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstnew.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstnew.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstnew.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/cc -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -o CMakeFiles/run_tests.dir/src_bonus/ft_lstsize.c.o -c /home/kfreyer/workspace/libft/src_bonus/ft_lstsize.c",
"file": "/home/kfreyer/workspace/libft/src_bonus/ft_lstsize.c"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/main.cpp.o -c /home/kfreyer/workspace/libft/tests/main.cpp",
"file": "/home/kfreyer/workspace/libft/tests/main.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_atoi.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_atoi.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_atoi.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_bzero.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_bzero.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_bzero.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_calloc.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_calloc.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_calloc.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_itoa.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_itoa.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_itoa.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_lstadd_back.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_lstadd_back.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_lstadd_back.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_lstaddfront.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_lstaddfront.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_lstaddfront.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_lstlast.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_lstlast.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_lstlast.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_lstnew.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_lstnew.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_lstnew.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_lstsize.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_lstsize.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_lstsize.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_memcpy.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_memcpy.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_memcpy.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_memmove.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_memmove.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_memmove.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_putnbr_fd.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_putnbr_fd.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_putnbr_fd.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_striteri.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_striteri.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_striteri.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strlcat.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strlcat.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strlcat.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strlcpy.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strlcpy.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strlcpy.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strmapi.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strmapi.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strmapi.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strncmp.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strncmp.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strncmp.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strnstr.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strnstr.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strnstr.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strrchr.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strrchr.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strrchr.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_strtrim.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_strtrim.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_strtrim.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/includes -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -fsanitize=address -std=gnu++14 -o CMakeFiles/run_tests.dir/tests/test_ft_substr.cpp.o -c /home/kfreyer/workspace/libft/tests/test_ft_substr.cpp",
"file": "/home/kfreyer/workspace/libft/tests/test_ft_substr.cpp"
},
{
"directory": "/home/kfreyer/workspace/libft/build/_deps/googletest-build/googlemock",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock/include -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++14 -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock/src/gmock-all.cc",
"file": "/home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock/src/gmock-all.cc"
},
{
"directory": "/home/kfreyer/workspace/libft/build/_deps/googletest-build/googlemock",
"command": "/usr/bin/c++ -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++14 -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock/src/gmock_main.cc",
"file": "/home/kfreyer/workspace/libft/build/_deps/googletest-src/googlemock/src/gmock_main.cc"
},
{
"directory": "/home/kfreyer/workspace/libft/build/_deps/googletest-build/googletest",
"command": "/usr/bin/c++ -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -I/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++14 -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/src/gtest-all.cc",
"file": "/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/src/gtest-all.cc"
},
{
"directory": "/home/kfreyer/workspace/libft/build/_deps/googletest-build/googletest",
"command": "/usr/bin/c++ -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/include -isystem /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++14 -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/src/gtest_main.cc",
"file": "/home/kfreyer/workspace/libft/build/_deps/googletest-src/googletest/src/gtest_main.cc"
}
]