xref: /aosp_15_r20/external/libfuse/include/meson.build (revision 9e5649576b786774a32d7b0252c9cd8c6538fa49)
1libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
2	            'fuse_opt.h', 'cuse_lowlevel.h', 'fuse_log.h' ]
3
4install_headers(libfuse_headers, subdir: 'fuse3')
5