Files
matar/include/meson.build
Amneesh Singh fa96a4d09f tests: add execution tests
all but data processing

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-18 18:23:52 +05:30

11 lines
184 B
Meson

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