mirror of https://github.com/kiwix/libkiwix.git
11 lines
293 B
PkgConfig
11 lines
293 B
PkgConfig
prefix=@prefix@
|
|
libdir=${prefix}/lib64
|
|
includedir=${prefix}/include
|
|
|
|
Name: libkiwix
|
|
Description: A library that contains a lot of things used by used by other kiwix programs
|
|
Version: @version@
|
|
Requires: @requires@
|
|
Libs: -L${libdir} -lkiwix @extra_libs@
|
|
Cflags: -I${includedir}/ @extra_cflags@
|