mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
20 lines
394 B
Meson
20 lines
394 B
Meson
|
sources += files(
|
||
|
'Chart.cpp',
|
||
|
'Fumen.cpp',
|
||
|
'Marker.cpp',
|
||
|
'NotificationsQueue.cpp',
|
||
|
'ChartWithHistory.cpp',
|
||
|
'HistoryActions.cpp',
|
||
|
'Note.cpp',
|
||
|
'Preferences.cpp',
|
||
|
'EditorStateActions.cpp',
|
||
|
'LNMarker.cpp',
|
||
|
'NotesClipboard.cpp',
|
||
|
'SoundEffect.cpp',
|
||
|
'EditorState.cpp',
|
||
|
'Main.cpp',
|
||
|
'Notification.cpp',
|
||
|
'Toolbox.cpp',
|
||
|
)
|
||
|
|
||
|
subdir('Widgets')
|