aboutsummaryrefslogtreecommitdiffstats
path: root/ipc.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.pc.in')
-rw-r--r--ipc.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipc.pc.in b/ipc.pc.in
new file mode 100644
index 0000000..55c1157
--- /dev/null
+++ b/ipc.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
+libdir=@CMAKE_INSTALL_FULL_LIBDIR@
+
+Name: @TARGET_NAME@
+Description: client and server ipc library by domain socket with defined shared data protocol
+Version: @IPC_LIBRARY_VERSION@
+
+Cflags: -I${includedir}
+Libs: -L${libdir} -lipc \ No newline at end of file