diff options
Diffstat (limited to 'test cases/python/4 custom target depends extmodule/ext/lib/meson.build')
| -rw-r--r-- | test cases/python/4 custom target depends extmodule/ext/lib/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/python/4 custom target depends extmodule/ext/lib/meson.build b/test cases/python/4 custom target depends extmodule/ext/lib/meson.build new file mode 100644 index 000000000..b1f893849 --- /dev/null +++ b/test cases/python/4 custom target depends extmodule/ext/lib/meson.build @@ -0,0 +1,4 @@ +libtachyon = shared_library('tachyonlib', 'meson-tachyonlib.c') + +libtachyon_dep = declare_dependency(link_with : libtachyon, + include_directories : include_directories('.')) |
