source: mainline/uspace/app/vuhid/meson.build@ 58ef532

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 58ef532 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Convert uspace to meson

  • Property mode set to 100644
File size: 179 bytes
Line 
1deps = [ 'usb', 'usbdev', 'usbhid', 'usbvirt', 'drv' ]
2src = files(
3 'main.c',
4 'device.c',
5 'ifaces.c',
6 'life.c',
7 'stdreq.c',
8 'hids/bootkbd.c',
9 'hids/logitech_wireless.c',
10)
Note: See TracBrowser for help on using the repository browser.