Files
matar/include/meson.build
Amneesh Singh 2a2872a9be get rid of memory.cc/.hh
also fix bus' shared pointer in cpu
TODO: put cpu in bus not the other way around

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2024-06-14 05:38:44 +05:30

13 lines
198 B
Meson

headers = files(
'bus.hh',
'header.hh',
)
inc = include_directories('.')
subdir('cpu')
subdir('util')
subdir('io')
install_headers(headers, subdir: meson.project_name(), preserve_path: true)