aboutsummaryrefslogtreecommitdiffstats
path: root/data/shiboken.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/shiboken.pc.in')
-rw-r--r--data/shiboken.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/shiboken.pc.in b/data/shiboken.pc.in
new file mode 100644
index 000000000..ed1cc6c8c
--- /dev/null
+++ b/data/shiboken.pc.in
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@LIB_INSTALL_DIR@
+includedir=@CMAKE_INSTALL_PREFIX@/include/shiboken
+generator_location=@CMAKE_INSTALL_PREFIX@/bin/shiboken
+
+Name: shiboken
+Description: Support library for Python bindings created with Shiboken generator.
+Version: @shiboken_VERSION@
+Libs: -L${libdir} -lpython -lshiboken${shiboken_SUFFIX}
+Cflags: -I${includedir}/shiboken${shiboken_SUFFIX}
+