summaryrefslogtreecommitdiff
path: root/test cases/unit/35 both library usability/provider/otherlib/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/35 both library usability/provider/otherlib/meson.build')
-rw-r--r--test cases/unit/35 both library usability/provider/otherlib/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/35 both library usability/provider/otherlib/meson.build b/test cases/unit/35 both library usability/provider/otherlib/meson.build
new file mode 100644
index 000000000..2f2cf678c
--- /dev/null
+++ b/test cases/unit/35 both library usability/provider/otherlib/meson.build
@@ -0,0 +1,3 @@
+internal_lib = static_library('internal-some', 'internal.c')
+
+installed_lib = static_library('installed-some', 'installed.c', install: true)