summaryrefslogtreecommitdiffstats
path: root/cluster_api.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'cluster_api.pc.in')
-rw-r--r--cluster_api.pc.in11
1 files changed, 11 insertions, 0 deletions
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