mirror of https://github.com/xemu-project/xemu.git
28 lines
477 B
Meson
28 lines
477 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',
|
|
'snapshot-manager.cc',
|
|
'viewport-manager.cc',
|
|
'welcome.cc',
|
|
'widgets.cc',
|
|
))
|
|
|
|
if host_os == 'windows'
|
|
xemu_ss.add(files('update.cc'))
|
|
endif
|