5 lines
178 B
Meson
5 lines
178 B
Meson
libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
|
|
'fuse_opt.h', 'cuse_lowlevel.h', 'fuse_log.h' ]
|
|
|
|
install_headers(libfuse_headers, subdir: 'fuse3')
|