-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompile_commands.json
242 lines (242 loc) · 42.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
[
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Application/Application.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Application/Application.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Application/Application.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Application/EditorApplicationModeHandler.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Application/EditorApplicationModeHandler.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Application/EditorApplicationModeHandler.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Input/InputContext.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Input/InputContext.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Input/InputContext.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Input/InputHandle.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Input/InputHandle.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Input/InputHandle.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Input/InputManager.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Input/InputManager.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Input/InputManager.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Layers/ImGuiLayer.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Layers/ImGuiLayer.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Layers/ImGuiLayer.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Layers/Layer.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Layers/Layer.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Layers/Layer.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Log.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Log.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Log.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/BufferLayout.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/BufferLayout.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/BufferLayout.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLContext.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLContext.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLContext.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLFrameBuffer.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLFrameBuffer.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLFrameBuffer.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLIndexBuffer.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLIndexBuffer.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLIndexBuffer.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLRenderCommand.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLRenderCommand.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLRenderCommand.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLShader.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLShader.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLShader.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLTexture.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLTexture.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLTexture.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLVertexArray.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLVertexArray.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLVertexArray.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Renderer/OpenGL/OpenGLVertexBuffer.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLVertexBuffer.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Renderer/OpenGL/OpenGLVertexBuffer.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Scene/Entity.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Scene/Entity.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Scene/Entity.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Scene/Scene.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Scene/Scene.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Scene/Scene.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/States/State.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/States/State.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/States/State.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine",
"command": "/usr/bin/c++ -DGLFW_INCLUDE_NONE -DJSON_DIAGNOSTICS=0 -DJSON_NOEXCEPTION -DJSON_USE_IMPLICIT_CONVERSIONS=1 -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/include -I/home/simon/Documents/Turbo/engine/libs/stb -I/home/simon/Documents/Turbo/engine/libs/fmt/include -I/home/simon/Documents/Turbo/engine/libs/glm -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -I/home/simon/Documents/Turbo/engine/libs/entt/src -I/home/simon/Documents/Turbo/engine/libs/json/single_include -I/home/simon/Documents/Turbo/engine/libs/tinygltf -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -Wall -Wextra -Wpedantic -std=gnu++20 -o CMakeFiles/turbo.dir/src/Core/Window/OpenGLWindow.cpp.o -c /home/simon/Documents/Turbo/engine/src/Core/Window/OpenGLWindow.cpp",
"file": "/home/simon/Documents/Turbo/engine/src/Core/Window/OpenGLWindow.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/context.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/context.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/context.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/init.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/init.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/init.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/input.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/input.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/input.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/monitor.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/monitor.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/monitor.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/vulkan.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/vulkan.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/vulkan.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/window.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/window.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/window.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/x11_init.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/x11_init.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/x11_init.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/x11_monitor.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/x11_monitor.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/x11_monitor.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/x11_window.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/x11_window.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/x11_window.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/xkb_unicode.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/xkb_unicode.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/xkb_unicode.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/posix_time.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/posix_time.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/posix_time.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/posix_thread.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/posix_thread.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/posix_thread.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/glx_context.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/glx_context.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/glx_context.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/egl_context.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/egl_context.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/egl_context.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -Wdeclaration-after-statement -o CMakeFiles/glfw.dir/osmesa_context.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/osmesa_context.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/osmesa_context.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glfw/src",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -D_GLFW_USE_CONFIG_H -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glfw/include -I/home/simon/Documents/Turbo/engine/libs/glfw/src -I/home/simon/Documents/Turbo/build/engine/libs/glfw/src -fPIC -Wall -std=c99 -o CMakeFiles/glfw.dir/linux_joystick.c.o -c /home/simon/Documents/Turbo/engine/libs/glfw/src/linux_joystick.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glfw/src/linux_joystick.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/glad",
"command": "/usr/bin/cc -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/glad/include -o CMakeFiles/glad.dir/src/glad.c.o -c /home/simon/Documents/Turbo/engine/libs/glad/src/glad.c",
"file": "/home/simon/Documents/Turbo/engine/libs/glad/src/glad.c"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/fmt",
"command": "/usr/bin/c++ -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/fmt/include -std=gnu++11 -o CMakeFiles/fmt.dir/src/format.cc.o -c /home/simon/Documents/Turbo/engine/libs/fmt/src/format.cc",
"file": "/home/simon/Documents/Turbo/engine/libs/fmt/src/format.cc"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/fmt",
"command": "/usr/bin/c++ -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/fmt/include -std=gnu++11 -o CMakeFiles/fmt.dir/src/os.cc.o -c /home/simon/Documents/Turbo/engine/libs/fmt/src/os.cc",
"file": "/home/simon/Documents/Turbo/engine/libs/fmt/src/os.cc"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/imgui.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/imgui_demo.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_demo.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_demo.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/imgui_draw.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_draw.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_draw.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/imgui_tables.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_tables.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_tables.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/imgui_widgets.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_widgets.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/imgui_widgets.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/backends/imgui_impl_opengl3.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/backends/imgui_impl_opengl3.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/backends/imgui_impl_opengl3.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/imgui",
"command": "/usr/bin/c++ -DIMGUI_IMPL_OPENGL_LOADER_GLAD -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -I/home/simon/Documents/Turbo/engine/libs/imgui/. -I/home/simon/Documents/Turbo/engine/libs/imgui/imgui -I/home/simon/Documents/Turbo/engine/libs/imgui/../glad/include -I/home/simon/Documents/Turbo/engine/libs/imgui/../glfw/include -o CMakeFiles/imgui.dir/imgui/backends/imgui_impl_glfw.cpp.o -c /home/simon/Documents/Turbo/engine/libs/imgui/imgui/backends/imgui_impl_glfw.cpp",
"file": "/home/simon/Documents/Turbo/engine/libs/imgui/imgui/backends/imgui_impl_glfw.cpp"
},
{
"directory": "/home/simon/Documents/Turbo/build/engine/libs/tinygltf",
"command": "/usr/bin/c++ -DJSON_NOEXCEPTION -DTINYGLTF_NOEXCEPTION -DTURBO_ENABLE_ASSERT -DTURBO_ENABLE_CLIENT_LOG -DTURBO_ENABLE_ENGINE_LOG -I/home/simon/Documents/Turbo/include -std=gnu++11 -o CMakeFiles/tinygltf.dir/tiny_gltf.cc.o -c /home/simon/Documents/Turbo/engine/libs/tinygltf/tiny_gltf.cc",
"file": "/home/simon/Documents/Turbo/engine/libs/tinygltf/tiny_gltf.cc"
}
]