gplugin/gplugin

closing this branch as there is no demand for this
feature/ruby-loader
17 months ago, Gary Kramlich
d44bad5e041e
closing this branch as there is no demand for this
if get_option('ruby')
e = executable('test-ruby-loader', 'test-ruby-loader.c',
c_args : [
'-DRUBY_LOADER_DIR="@0@/ruby"'.format(meson.build_root()),
'-DRUBY_PLUGIN_DIR="@0@/plugins"'.format(meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, RUBY, gplugin_dep])
test('ruby Loader', e)
endif # ruby