You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xserver/hw/xfree86/x86emu/meson.build

16 lines
261 B
Meson

srcs_xorg_x86emu = [
'debug.c',
'decode.c',
'fpu.c',
'ops2.c',
'ops.c',
'prim_ops.c',
'sys.c',
]
xorg_x86emu = static_library('x86emu',
srcs_xorg_x86emu,
include_directories: [inc, xorg_inc],
dependencies: common_dep,
)