summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.pc.in
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2021-05-24 16:55:34 +0900
committerGitHub <noreply@github.com>2021-05-24 16:55:34 +0900
commitb638e9dac30b8876d532836811bd101632ab3903 (patch)
treef9297057e72e2dd2363d4ff8fd35c7599d20baa5 /ipc/ipc.pc.in
parent738c1d56adb80ac3623251a47a7c5f2d4db57193 (diff)
parent70a780eca0be953048e676c4e8107d50ccca628a (diff)
Merge pull request #4 from MasanoriMaruyama/main
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