libmrbesen/inc/meson.build

9 lines
128 B
Meson
Raw Normal View History

2021-09-07 02:05:13 +02:00
headers = files([
'config.h',
'doy.h',
'files.h',
'mrbesen.h',
'util.h',
])
install_headers(headers, subdir: 'libmrbesen')