libsoliton/soliton_capi/soliton.pc.in
Kamal Tufekcic d73755a275
initial commit
Signed-off-by: Kamal Tufekcic <kamal@lo.sh>
2026-04-23 15:51:07 +03:00

12 lines
299 B
PkgConfig

prefix=@PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include
Name: soliton
Description: Post-quantum cryptographic library for the LO protocol (C ABI)
URL: https://git.lo.sh/lo/libsoliton
Version: @VERSION@
Libs: -L${libdir} -lsoliton
Libs.private: -lm -ldl -lpthread
Cflags: -I${includedir}