Skip to content

Commit a63fa1e

Browse files
committed
test
1 parent cdea6c4 commit a63fa1e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/discord/meson.build

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
graphics_src_files += files('core.cpp', 'core.hpp')
1+
graphics_src_files += files(
2+
3+
4+
5+
'core.cpp', 'core.hpp'
6+
7+
8+
)

src/graphics/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ graphics_src_files += files(
33
'renderer.cpp',
44
'renderer.hpp',
55
'sdl_context.cpp',
6-
'sdl_context.hpp',
76
'text.cpp',
7+
'sdl_context.hpp',
88
'text.hpp',
99
'texture.cpp',
1010
'texture.hpp',

0 commit comments

Comments
 (0)