Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. project('hidapi', 'c')
  2.  
  3. inc = include_directories('../hidapi')
  4.  
  5. cc = meson.get_compiler('c')
  6. dep = cc.find_library('setupapi')
  7.  
  8. shared_library('hidapi', 'hid.c', include_directories : inc, dependencies : dep)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement