aboutsummaryrefslogtreecommitdiffstats
path: root/example/meson.build
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-05-05 13:11:03 -0400
committerNikolaus Rath <Nikolaus@rath.org>2019-05-09 14:16:37 -0500
commit055f272517306e6877a126e414aa60191b483eba (patch)
treea37dc1d38ad5fd2d76cb67dc32ba12ed445636a6 /example/meson.build
parent625ed81b823b927ce7fdb1d34def624ceb2f3553 (diff)
downloadlibfuse-055f272517306e6877a126e414aa60191b483eba.tar.gz
Added new example filesystem
passthrough_hp puts emphasis and performance and correctness, rather than simplicity.
Diffstat (limited to 'example/meson.build')
-rw-r--r--example/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/meson.build b/example/meson.build
index 012fda1..3edddea 100644
--- a/example/meson.build
+++ b/example/meson.build
@@ -31,4 +31,10 @@ foreach ex : threaded_examples
install: false)
endforeach
+if not platform.endswith('bsd') and platform != 'dragonfly'
+ executable('passthrough_hp', 'passthrough_hp.cc',
+ dependencies: [ thread_dep, libfuse_dep ],
+ install: false)
+endif
+
# TODO: Link passthrough_fh with ulockmgr if available