summaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build
new file mode 100644
index 00000000..ca9108db
--- /dev/null
+++ b/backend/meson.build
@@ -0,0 +1,5 @@
+backendsdir = join_paths(prefix, libdir, meson.project_name(), binary_major_version, 'backends')
+
+foreach sub : backend_subdirs
+ subdir(sub)
+endforeach