mirror of https://github.com/xemu-project/xemu.git
25 lines
451 B
Meson
25 lines
451 B
Meson
xemu_ss.add(files(
|
|
'actions.cc',
|
|
'animation.cc',
|
|
'compat.cc',
|
|
'debug.cc',
|
|
'font-manager.cc',
|
|
'gl-helpers.cc',
|
|
'input-manager.cc',
|
|
'main-menu.cc',
|
|
'main.cc',
|
|
'menubar.cc',
|
|
'monitor.cc',
|
|
'notifications.cc',
|
|
'popup-menu.cc',
|
|
'reporting.cc',
|
|
'scene-components.cc',
|
|
'scene-manager.cc',
|
|
'scene.cc',
|
|
'viewport-manager.cc',
|
|
'welcome.cc',
|
|
'widgets.cc',
|
|
))
|
|
|
|
xemu_ss.add(when: 'CONFIG_WIN32', if_true: files('update.cc'))
|