forked from Dniel97/segatools
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
|
endif
|
||||||
|
|
||||||
|
cc = meson.get_compiler('c')
|
||||||
|
xinput_lib = cc.find_library('xinput')
|
||||||
|
|
||||||
inc = include_directories('.')
|
inc = include_directories('.')
|
||||||
capnhook = subproject('capnhook')
|
capnhook = subproject('capnhook')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user