12 lines
199 B
Meson
12 lines
199 B
Meson
headers = files(
|
|
'memory.hh',
|
|
'bus.hh',
|
|
'header.hh',
|
|
)
|
|
|
|
inc = include_directories('.')
|
|
|
|
subdir('cpu')
|
|
subdir('util')
|
|
|
|
install_headers(headers, subdir: meson.project_name(), preserve_path: true) |