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

install_headers(headers , subdir : 'rin')