diff options
author | 2021-04-15 11:17:32 +0000 | |
---|---|---|
committer | 2021-04-15 11:17:32 +0000 | |
commit | 738c1d56adb80ac3623251a47a7c5f2d4db57193 (patch) | |
tree | eba82b97376f605ba4ed92464fceeea71f4045cc /ipc.pc.in |
Initial commit for AGL cluster ipc library
This source code is AGL instrument cluster common ipc library.
Currently, this source code is missing author information, license and other.
Will be add by author.
Author: Nozomu Abe (nozo_abe@nippon-seiki.co.jp)
Committed by Naoto Yamaguchi.
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'ipc.pc.in')
-rw-r--r-- | ipc.pc.in | 10 |
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 |