gplugin/gplugin

closing this branch as there is no demand for this
feature/gjs-cc
18 months ago, Gary Kramlich
19f9798d59f3
closing this branch as there is no demand for this
if get_option('gjs')
e = executable('test-gjs-loader', 'test-gjs-loader.c',
include_directories : include_directories('.'),
c_args : [
'-DGJS_LOADER_DIR="@0@/gjs"'.format(meson.build_root()),
'-DGJS_PLUGIN_DIR="@0@/plugins"'.format(meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, GJS, gplugin_dep])
test('GNOME JavaScript loader', e)
endif # gjs