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