mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-13 11:04:17 -05:00
11 lines
231 B
PkgConfig
11 lines
231 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@
|
|
Description: @PACKAGE_DESCR@
|
|
URL: @PACKAGE_URL@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lkernaux
|
|
Cflags: -I${includedir}
|