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

Name: toxencryptsave
Description: Tox block encryption library
Requires: toxcore
Version: @PROJECT_VERSION@
Libs: -L${libdir} @toxencryptsave_PKGCONFIG_LIBS@ -ltoxencryptsave
Cflags: -I${includedir}