Files
matar/include/meson.build
Amneesh Singh 9397140473 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:42:09 +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)