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

install_headers(headers , subdir : 'rin')