Use subdir

This commit is contained in:
Scott Anderson 2017-07-11 09:56:54 +12:00
parent 924bf0f669
commit a2ba226ba3
7 changed files with 82 additions and 65 deletions

9
types/meson.build Normal file
View file

@ -0,0 +1,9 @@
wlr_files += files(
'wlr_input_device.c',
'wlr_keyboard.c',
'wlr_output.c',
'wlr_pointer.c',
'wlr_tablet_pad.c',
'wlr_tablet_tool.c',
'wlr_touch.c',
)