F.E.I.S/src/meson.build

37 lines
764 B
Meson
Raw Normal View History

2021-12-30 01:48:17 +01:00
sources += files(
2022-04-09 00:54:06 +02:00
'better_beats.cpp',
'better_chart.cpp',
2022-04-09 00:54:06 +02:00
'better_hakus.cpp',
'better_metadata.cpp',
2022-03-23 02:20:07 +01:00
'better_note.cpp',
'better_notes.cpp',
'better_song.cpp',
'better_timing.cpp',
2021-12-31 00:57:06 +01:00
'chart.cpp',
2022-04-09 00:54:06 +02:00
'chart_state.cpp',
2021-12-31 00:57:06 +01:00
'editor_state.cpp',
2022-04-01 02:30:32 +02:00
'file_dialogs.cpp',
2021-12-31 00:57:06 +01:00
'fumen.cpp',
2022-04-09 00:54:06 +02:00
'history_item.cpp',
'imgui_extras.cpp',
'json_decimal_parser.cpp',
2021-12-31 00:57:06 +01:00
'ln_marker.cpp',
'main.cpp',
'marker.cpp',
'note.cpp',
'notes_clipboard.cpp',
'notification.cpp',
'notifications_queue.cpp',
2022-04-04 22:03:10 +02:00
'playfield.cpp',
2022-02-28 23:10:22 +01:00
'precise_music.cpp',
2021-12-31 00:57:06 +01:00
'preferences.cpp',
'sound_effect.cpp',
2022-04-09 00:54:06 +02:00
'special_numeric_types.cpp',
2021-12-31 00:57:06 +01:00
'toolbox.cpp',
2021-12-30 01:48:17 +01:00
)
2022-04-10 13:08:41 +02:00
subdir('widgets')
2022-04-11 01:25:24 +02:00
if get_option('tests')
subdir('tests')
endif