summaryrefslogtreecommitdiffstats
path: root/src/scvpp/libscvpp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/scvpp/libscvpp.pc.in')
-rw-r--r--src/scvpp/libscvpp.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/scvpp/libscvpp.pc.in b/src/scvpp/libscvpp.pc.in
new file mode 100644
index 0000000..ce996e3
--- /dev/null
+++ b/src/scvpp/libscvpp.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+
+Name: scvpp
+Description: VPP-Sweetcomb-Sysrepo integration library
+Version: 0.0.1
+Libs: -L${libdir} -lscvpp
+Cflags: -I${includedir}
+