Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
13
gio/tests/modules/meson.build
Normal file
13
gio/tests/modules/meson.build
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
libtestmodulea = shared_module('testmodulea', 'test-module-a.c',
|
||||
dependencies : [libglib_dep, libgobject_dep, libgmodule_dep, libgio_dep],
|
||||
c_args : [ ],
|
||||
install : installed_tests_enabled,
|
||||
install_dir : join_paths(installed_tests_execdir, 'modules'),
|
||||
)
|
||||
|
||||
libtestmoduleb = shared_module('testmoduleb', 'test-module-b.c',
|
||||
dependencies : [libglib_dep, libgobject_dep, libgmodule_dep, libgio_dep],
|
||||
c_args : [ ],
|
||||
install : installed_tests_enabled,
|
||||
install_dir : join_paths(installed_tests_execdir, 'modules'),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue