aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build')
-rw-r--r--meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build b/meson/test cases/python3/4 custom target depends extmodule/ext/lib/meson.build
new file mode 100644
index 000000000..b1f893849
--- /dev/null
+++ b/meson/test cases/python3/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('.'))