summaryrefslogtreecommitdiff
path: root/other/pkgconfig/toxcore.pc.in
blob: 48acc429ee0ea5e0eba230d9701151af9239334c (plain)
1
2
3
4
5
6
7
8
9
10
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/lib
includedir=${prefix}/include

Name: toxcore
Description: Tox protocol library
Requires: libsodium
Version: @PROJECT_VERSION@
Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ -ltoxcrypto -ltoxnetwork -ltoxdht -ltoxnetcrypto -ltoxfriends -ltoxmessenger -ltoxgroup
Cflags: -I${includedir}