F.E.I.S/src/meson.build
Stepland 8ce71368bd We're alllll just refactoring
We're aaaaallll just refactoring
2022-03-24 01:42:41 +01:00

28 lines
584 B
Meson

sources += files(
'better_note.cpp',
'better_notes.cpp',
'better_song.cpp',
'better_timing.cpp',
'chart_state.cpp',
'chart.cpp',
'editor_state.cpp',
'fumen.cpp',
'history_actions.cpp',
'imgui_extras.cpp',
'ln_marker.cpp',
'main.cpp',
'marker.cpp',
'metadata_in_gui.cpp',
'music_state.cpp',
'note.cpp',
'notes_clipboard.cpp',
'notification.cpp',
'notifications_queue.cpp',
'precise_music.cpp',
'preferences.cpp',
'sound_effect.cpp',
'time_interval.cpp',
'toolbox.cpp',
)
subdir('widgets')