F.E.I.S/src/meson.build
2022-05-11 00:09:30 +02:00

42 lines
897 B
Meson

sources += files(
'better_beats.cpp',
'better_chart.cpp',
'better_hakus.cpp',
'better_metadata.cpp',
'better_note.cpp',
'better_notes.cpp',
'better_song.cpp',
'better_timing.cpp',
'chart.cpp',
'chart_state.cpp',
'editor_state.cpp',
'file_dialogs.cpp',
'fumen.cpp',
'history_item.cpp',
'imgui_extras.cpp',
'json_decimal_handling.cpp',
'ln_marker.cpp',
'long_note_dummy.cpp',
'main.cpp',
'marker.cpp',
'mp3_reader.cpp',
'note.cpp',
'note_claps.cpp',
'notes_clipboard.cpp',
'notification.cpp',
'notifications_queue.cpp',
'playfield.cpp',
'precise_music.cpp',
'precise_sound_stream.cpp',
'preferences.cpp',
'sound_effect.cpp',
'special_numeric_types.cpp',
'toolbox.cpp',
)
subdir('custom_sfml_audio')
subdir('widgets')
if get_option('tests')
subdir('tests')
endif