/
githubmirror
/
libgusb
Обзор
Документация
Войти
/
githubmirror
/
libgusb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/meson.build
23 строки
323 B
Richard Hughes
Serialize the GUsbDevice to and from JSON format
05 сен 2022, 18:03
05 сен 2022, 18:03
88e7c32
Код
Авторство
О чём код?
cargs = ['-DG_LOG_DOMAIN="GUsb"'] executable( 'gusbcmd', sources : [ 'gusb-main.c', ], include_directories : [ lib_incdir, root_incdir, ], dependencies : [ libgio, libusb, libjsonglib, ], link_with : gusb, c_args : [ cargs, ], install : true, install_dir : bindir )