We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdea6c4 commit a63fa1eCopy full SHA for a63fa1e
src/discord/meson.build
@@ -1 +1,8 @@
1
-graphics_src_files += files('core.cpp', 'core.hpp')
+graphics_src_files += files(
2
+
3
4
5
+ 'core.cpp', 'core.hpp'
6
7
8
+ )
src/graphics/meson.build
@@ -3,8 +3,8 @@ graphics_src_files += files(
'renderer.cpp',
'renderer.hpp',
'sdl_context.cpp',
- 'sdl_context.hpp',
'text.cpp',
+ 'sdl_context.hpp',
'text.hpp',
9
'texture.cpp',
10
'texture.hpp',
0 commit comments