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