aboutsummaryrefslogtreecommitdiffstats
path: root/include/rin/meson.build
blob: 3e1c1a9060d10fef8a36dcea951342b297b5347f (plain)
1
2
3
4
5
6
7
8
9
headers = [
	'definitions.h',
	'diagnostic.h',
	'float.h',
	'float_types.h',
	'time.h',
]

install_headers(headers , subdir : 'rin')