summaryrefslogtreecommitdiffstats
path: root/deps/cryptopp/cryptopp.pc
blob: c6bc476ef3e2fefecfef782517f313a6ec8290b9 (plain)
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}