mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
9 lines
202 B
Meson
9 lines
202 B
Meson
pcem_private_api += files(
|
|
'../../includes/private/memory/mem_bios.h',
|
|
'../../includes/private/memory/mem.h'
|
|
)
|
|
|
|
pcem_src += files(
|
|
'mem.c',
|
|
'mem_bios.c'
|
|
) |