16 lines
334 B
PkgConfig
16 lines
334 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
# Crypto++ package configuration file
|
|
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/../include
|
|
datadir=${prefix}/../share/cryptopp
|
|
|
|
Name: Crypto++
|
|
URL: https://cryptopp.com/
|
|
Description: Crypto++ cryptographic library (built with CMake)
|
|
Version: 8.9.0
|
|
|
|
|
|
Libs: "-L${libdir}" -lcryptopp
|
|
Cflags: "-I${includedir}"
|