File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
2020if have_file_dialogs
Original file line number Diff line number Diff 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
2323recordings_header_files += _header_files
You can’t perform that action at this time.
0 commit comments