summaryrefslogtreecommitdiff
path: root/other/pkgconfig/toxcore.pc.in
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-11 13:49:49 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-12 20:49:50 +0200
commit35932b5381886f1d650d2cf853384273d080b821 (patch)
tree56f36bb7f57f1271a41405a361125f1b5e06dabc /other/pkgconfig/toxcore.pc.in
parent11de2c222f31f9df85bcee99c5552a21a2b4895c (diff)
Add "make install" step to Travis build.
Diffstat (limited to 'other/pkgconfig/toxcore.pc.in')
-rw-r--r--other/pkgconfig/toxcore.pc.in10
1 files changed, 10 insertions, 0 deletions
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 @@
1prefix=@CMAKE_INSTALL_PREFIX@
2libdir=${prefix}/lib
3includedir=${prefix}/include
4
5Name: toxcore
6Description: Tox protocol library
7Requires: libsodium
8Version: @PROJECT_VERSION@
9Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@
10Cflags: -I${includedir}