Add XInput dependency

This commit is contained in:
Tau 2019-03-03 20:02:35 -05:00
parent 0806282bbf
commit 727ce5171f
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ if meson.get_compiler('c').get_id() != 'msvc'
)
endif
cc = meson.get_compiler('c')
xinput_lib = cc.find_library('xinput')
inc = include_directories('.')
capnhook = subproject('capnhook')