From b3e72c7944a738fe9201c406332cbcd878df65e3 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 15 Apr 2021 10:48:30 +0000 Subject: Initial commit for AGL cluster api library This source code is AGL instrument cluster common API 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 --- cluster_api.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cluster_api.pc.in (limited to 'cluster_api.pc.in') diff --git a/cluster_api.pc.in b/cluster_api.pc.in new file mode 100644 index 0000000..d9bcf80 --- /dev/null +++ b/cluster_api.pc.in @@ -0,0 +1,11 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ + +Name: @TARGET_NAME@ +Description: cluster api library using ipc library +Version: @CLUSTER_API_LIBRARY_VERSION@ + +Requires: ipc +Cflags: -I${includedir} +Libs: -L${libdir} -lcluster_api \ No newline at end of file -- cgit 1.2.3-korg