qulogic/gplugin

Replace add_global_arguments with add_project_arguments.
develop
2017-06-09, Elliott Sales de Andrade
9771039fbf02
Replace add_global_arguments with add_project_arguments.

The latter is now the recommended function to call, though we don't
use any subprojects for this to really matter.
shared_library('gplugin-license-check',
'gplugin-license-check.c',
name_prefix : '',
dependencies : [gplugin_dep],
install : true,
install_dir : join_paths(get_option('libdir'), 'gplugin'))