diff options
Diffstat (limited to 'example/meson.build')
-rw-r--r-- | example/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/meson.build b/example/meson.build index 300d0c7..5c02cc1 100644 --- a/example/meson.build +++ b/example/meson.build @@ -35,6 +35,9 @@ if not platform.endswith('bsd') and platform != 'dragonfly' and add_languages('c executable('passthrough_hp', 'passthrough_hp.cc', dependencies: [ thread_dep, libfuse_dep ], install: false) + executable('memfs_ll', 'memfs_ll.cc', + dependencies: [ thread_dep, libfuse_dep ], + install: false) endif # TODO: Link passthrough_fh with ulockmgr if available |