summaryrefslogtreecommitdiffstats
path: root/deps/cryptopp/cryptopp.pc
blob: 070c226b0e8fb7b45dbece56cb3f974e08571cec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib@LIBDIRSUFFIX@
includedir=${prefix}/include/cryptopp

Name: Crypto++
Description: A free C++ class library of cryptographic schemes
Version: @VERSION@
URL: http://www.cryptopp.com
Requires:
Conflicts:
Libs: -L${libdir} -lcryptopp
Libs.private:
Cflags: -I${includedir}