Skip to content

Commit 7d4ef0b

Browse files
committed
fix: format meson files
1 parent 6d5b104 commit 7d4ef0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/helper/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ graphics_src_files += files(
44
'console_helpers.cpp',
55
'console_helpers.hpp',
66
'constants.hpp',
7+
'export_symbols.hpp',
78
'git_helper.hpp',
89
'graphic_utils.cpp',
910
'graphic_utils.hpp',
@@ -14,7 +15,6 @@ graphics_src_files += files(
1415
'platform.hpp',
1516
'web_utils.cpp',
1617
'web_utils.hpp',
17-
'export_symbols.hpp',
1818
)
1919

2020
if have_file_dialogs

src/libs/recordings/utility/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ recordings_src_files = files(
1010
_header_files = files(
1111
'additional_information.hpp',
1212
'checksum_helper.hpp',
13+
'export_symbols.hpp',
1314
'helper.hpp',
1415
'recording.hpp',
1516
'recording_json_wrapper.hpp',
1617
'recording_reader.hpp',
1718
'recording_writer.hpp',
1819
'tetrion_core_information.hpp',
1920
'tetrion_snapshot.hpp',
20-
'export_symbols.hpp',
2121
)
2222

2323
recordings_header_files += _header_files

0 commit comments

Comments
 (0)