Install headers explicitly

This commit is contained in:
Scott Anderson 2018-08-22 21:14:07 +12:00
parent a2bbf2c1f7
commit 51892e0d74
9 changed files with 104 additions and 13 deletions

View file

@ -0,0 +1,10 @@
install_headers(
'wlr_input_device.h',
'wlr_keyboard.h',
'wlr_output.h',
'wlr_pointer.h',
'wlr_tablet_pad.h',
'wlr_tablet_tool.h',
'wlr_touch.h',
subdir: 'wlr/interfaces',
)