aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/80 global-rpath/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/80 global-rpath/meson.build')
-rw-r--r--test cases/unit/80 global-rpath/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/80 global-rpath/meson.build b/test cases/unit/80 global-rpath/meson.build
new file mode 100644
index 0000000..c67d9e0
--- /dev/null
+++ b/test cases/unit/80 global-rpath/meson.build
@@ -0,0 +1,3 @@
+project('global-rpath', 'cpp')
+yonder_dep = dependency('yonder')
+executable('rpathified', 'rpathified.cpp', dependencies: [yonder_dep], install: true)