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>
13 lines
198 B
Meson
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)
|