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

22 lines
445 B
Meson
Raw Normal View History

2021-12-30 01:48:17 +01:00
sources += files(
2021-12-31 00:57:06 +01:00
'chart.cpp',
'chart_with_history.cpp',
'editor_state_actions.cpp',
'editor_state.cpp',
'fumen.cpp',
'history_actions.cpp',
'ln_marker.cpp',
'main.cpp',
'marker.cpp',
'note.cpp',
'notes_clipboard.cpp',
'notification.cpp',
'notifications_queue.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',
'toolbox.cpp',
2021-12-30 01:48:17 +01:00
)
2022-01-05 23:18:13 +01:00
subdir('imgui')
2021-12-31 00:57:06 +01:00
subdir('widgets')