-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompile_commands.json
More file actions
254 lines (254 loc) · 38.4 KB
/
Copy pathcompile_commands.json
File metadata and controls
254 lines (254 loc) · 38.4 KB
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
[
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build",
"command": "/usr/bin/c++ -DGRAPHICS_API_OPENGL_33 -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -DNO_FONT_AWESOME -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui -g -o CMakeFiles/PixelShaderTestBench.dir/src/main.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/main.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/main.cpp",
"output": "CMakeFiles/PixelShaderTestBench.dir/src/main.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build",
"command": "/usr/bin/c++ -DGRAPHICS_API_OPENGL_33 -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -DNO_FONT_AWESOME -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui -g -o CMakeFiles/PixelShaderTestBench.dir/src/PixelShader.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/PixelShader.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/PixelShader.cpp",
"output": "CMakeFiles/PixelShaderTestBench.dir/src/PixelShader.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build",
"command": "/usr/bin/c++ -DGRAPHICS_API_OPENGL_33 -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -DNO_FONT_AWESOME -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui -g -o CMakeFiles/PixelShaderTestBench.dir/src/FileDialogs.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/FileDialogs.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/FileDialogs.cpp",
"output": "CMakeFiles/PixelShaderTestBench.dir/src/FileDialogs.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build",
"command": "/usr/bin/c++ -DGRAPHICS_API_OPENGL_33 -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -DNO_FONT_AWESOME -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui -g -o CMakeFiles/PixelShaderTestBench.dir/src/ImGuiColorTextEdit/TextEditor.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/ImGuiColorTextEdit/TextEditor.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/src/ImGuiColorTextEdit/TextEditor.cpp",
"output": "CMakeFiles/PixelShaderTestBench.dir/src/ImGuiColorTextEdit/TextEditor.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/rcore.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rcore.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rcore.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/rcore.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/rmodels.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rmodels.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rmodels.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/rmodels.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/rshapes.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rshapes.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rshapes.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/rshapes.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/rtext.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rtext.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rtext.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/rtext.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/rtextures.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rtextures.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/rtextures.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/rtextures.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/utils.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/utils.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/utils.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/utils.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib",
"command": "/usr/bin/cc -DGRAPHICS_API_OPENGL_33 -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -isystem /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=gnu99 -o CMakeFiles/raylib.dir/raudio.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/raudio.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/raudio.c",
"output": "raylib/raylib/CMakeFiles/raylib.dir/raudio.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/context.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/context.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/context.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/context.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/init.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/init.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/init.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/init.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/input.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/input.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/input.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/input.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/monitor.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/monitor.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/monitor.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/monitor.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/platform.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/platform.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/platform.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/platform.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/vulkan.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/vulkan.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/vulkan.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/vulkan.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/window.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/window.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/window.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/window.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/egl_context.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/egl_context.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/egl_context.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/egl_context.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/osmesa_context.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/osmesa_context.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/osmesa_context.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/osmesa_context.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/null_init.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_init.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_init.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/null_init.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/null_monitor.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_monitor.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_monitor.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/null_monitor.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/null_window.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_window.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_window.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/null_window.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/null_joystick.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_joystick.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/null_joystick.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/null_joystick.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/posix_module.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_module.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_module.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_module.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/posix_time.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_time.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_time.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_time.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/posix_thread.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_thread.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_thread.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_thread.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/x11_init.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/x11_init.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/x11_init.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/x11_init.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/x11_monitor.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/x11_monitor.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/x11_monitor.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/x11_monitor.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/x11_window.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/x11_window.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/x11_window.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/x11_window.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/xkb_unicode.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/xkb_unicode.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/xkb_unicode.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/xkb_unicode.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/glx_context.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/glx_context.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/glx_context.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/glx_context.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/linux_joystick.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/linux_joystick.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/linux_joystick.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/linux_joystick.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src",
"command": "/usr/bin/cc -D_DEFAULT_SOURCE -D_GLFW_X11 -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/raylib/raylib/external/glfw/src -fno-strict-aliasing -Werror=implicit-function-declaration -Werror=pointer-arith -g -std=c99 -fPIC -Wall -o CMakeFiles/glfw.dir/posix_poll.c.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_poll.c",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/src/posix_poll.c",
"output": "raylib/raylib/external/glfw/src/CMakeFiles/glfw.dir/posix_poll.c.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -g -std=gnu++17 -o CMakeFiles/imgui.dir/imgui.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui.cpp",
"output": "imgui/CMakeFiles/imgui.dir/imgui.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -g -std=gnu++17 -o CMakeFiles/imgui.dir/imgui_demo.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_demo.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_demo.cpp",
"output": "imgui/CMakeFiles/imgui.dir/imgui_demo.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -g -std=gnu++17 -o CMakeFiles/imgui.dir/imgui_draw.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_draw.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_draw.cpp",
"output": "imgui/CMakeFiles/imgui.dir/imgui_draw.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -g -std=gnu++17 -o CMakeFiles/imgui.dir/imgui_tables.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_tables.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_tables.cpp",
"output": "imgui/CMakeFiles/imgui.dir/imgui_tables.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -g -std=gnu++17 -o CMakeFiles/imgui.dir/imgui_widgets.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_widgets.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/imgui_widgets.cpp",
"output": "imgui/CMakeFiles/imgui.dir/imgui_widgets.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -g -std=gnu++17 -o CMakeFiles/imgui.dir/misc/cpp/imgui_stdlib.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/misc/cpp/imgui_stdlib.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/misc/cpp/imgui_stdlib.cpp",
"output": "imgui/CMakeFiles/imgui.dir/misc/cpp/imgui_stdlib.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/imgui",
"command": "/usr/bin/c++ -g -std=gnu++17 -o CMakeFiles/binary_to_compressed_c.dir/misc/fonts/binary_to_compressed_c.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/misc/fonts/binary_to_compressed_c.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui/misc/fonts/binary_to_compressed_c.cpp",
"output": "imgui/CMakeFiles/binary_to_compressed_c.dir/misc/fonts/binary_to_compressed_c.cpp.o"
},
{
"directory": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/build/rlImGui",
"command": "/usr/bin/c++ -DGRAPHICS_API_OPENGL_33 -DIMGUI_USER_CONFIG=\\\"imgui_user_config.h\\\" -DNO_FONT_AWESOME -DPLATFORM_DESKTOP -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/ocornut/imgui -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src -I/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raysan5/raylib/src/external/glfw/include -g -std=gnu++17 -o CMakeFiles/rlImGui.dir/rlImGui.cpp.o -c /home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui/rlImGui.cpp",
"file": "/home/adam/Documents/GitHub/beckadamtheinventor/PixelShaderTestBench/external/raylib-extras/rlImGui/rlImGui.cpp",
"output": "rlImGui/CMakeFiles/rlImGui.dir/rlImGui.cpp.o"
}
]