aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetset.pc.in
blob: 697d1a78bfda3c3f1a356b0b5a1c6e8be52111e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: GNUnet SET
Description: library to perform set computations (union, intersection) between two peers
URL: https://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetset
Cflags: -I${includedir}