13 lines
339 B
PkgConfig
13 lines
339 B
PkgConfig
|
prefix=/home/ionspin/Projects/Future/kotlin-multiplatform-crypto/sodiumWrapper/static-linux-x86-64
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libsodium
|
||
|
Version: 1.0.18
|
||
|
Description: A modern and easy-to-use crypto library
|
||
|
|
||
|
Libs: -L${libdir} -lsodium
|
||
|
Libs.private: -pthread
|
||
|
Cflags: -I${includedir}
|