toxcore/other/pkgconfig/toxencryptsave.pc.in
2016-08-12 20:49:50 +02:00

11 lines
280 B
PkgConfig

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} -ltoxencryptsave @toxencryptsave_PKGCONFIG_LIBS@
Cflags: -I${includedir}