summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.pc.in
diff options
context:
space:
mode:
authorMasanoriMaruyama <82852796+MasanoriMaruyama@users.noreply.github.com>2021-05-24 16:34:33 +0900
committerGitHub <noreply@github.com>2021-05-24 16:34:33 +0900
commit7cc4a7be9e2d44c34c198f83bf73042ddf8ba62e (patch)
tree13333c02b20d4be2fdb2f4ca220d1a7acd776d85 /ipc/ipc.pc.in
parent738c1d56adb80ac3623251a47a7c5f2d4db57193 (diff)
Add license and author information
Diffstat (limited to 'ipc/ipc.pc.in')
-rw-r--r--ipc/ipc.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipc/ipc.pc.in b/ipc/ipc.pc.in
new file mode 100644
index 0000000..55c1157
--- /dev/null
+++ b/ipc/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