mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-28 11:00:49 +01:00
Add XInput dependency
This commit is contained in:
parent
0806282bbf
commit
727ce5171f
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user