mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-24 20:54:16 +08:00
11 lines
237 B
PkgConfig
11 lines
237 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: fuse
|
|
Description: Filesystem in Userspace
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lfuse -lpthread
|
|
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64
|