mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
12 lines
220 B
PkgConfig
12 lines
220 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: libisal
|
||
|
Description: Library for storage systems
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lisal
|
||
|
Libs.private:
|
||
|
Cflags: -I${includedir}
|