From 35932b5381886f1d650d2cf853384273d080b821 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 11 Aug 2016 13:49:49 +0100 Subject: Add "make install" step to Travis build. --- other/pkgconfig/toxcore.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 other/pkgconfig/toxcore.pc.in (limited to 'other/pkgconfig/toxcore.pc.in') diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in new file mode 100644 index 00000000..09556494 --- /dev/null +++ b/other/pkgconfig/toxcore.pc.in @@ -0,0 +1,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@ +Cflags: -I${includedir} -- cgit v1.2.3