mirror of
https://github.com/qemu/qemu.git
synced 2024-11-27 22:03:35 +08:00
8 lines
123 B
Meson
8 lines
123 B
Meson
|
libdecnumber = files(
|
||
|
'decContext.c',
|
||
|
'decNumber.c',
|
||
|
'dpd/decimal128.c',
|
||
|
'dpd/decimal32.c',
|
||
|
'dpd/decimal64.c',
|
||
|
)
|