mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
30 lines
636 B
Meson
30 lines
636 B
Meson
sources += files(
|
|
'better_chart.cpp',
|
|
'better_metadata.cpp',
|
|
'better_note.cpp',
|
|
'better_notes.cpp',
|
|
'better_song.cpp',
|
|
'better_timing.cpp',
|
|
'chart_state.cpp',
|
|
'chart.cpp',
|
|
'editor_state.cpp',
|
|
'file_dialogs.cpp',
|
|
'fumen.cpp',
|
|
'history_actions.cpp',
|
|
'imgui_extras.cpp',
|
|
'json_decimal_parser.cpp',
|
|
'ln_marker.cpp',
|
|
'main.cpp',
|
|
'marker.cpp',
|
|
'note.cpp',
|
|
'notes_clipboard.cpp',
|
|
'notification.cpp',
|
|
'notifications_queue.cpp',
|
|
'playfield.cpp',
|
|
'precise_music.cpp',
|
|
'preferences.cpp',
|
|
'sound_effect.cpp',
|
|
'toolbox.cpp',
|
|
)
|
|
|
|
subdir('widgets') |