summaryrefslogtreecommitdiffstats
path: root/deps/cryptopp/cryptopp.pc
blob: 14dca213d83f8e65db218a4cd6e01a2856dec3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/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}