aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunner.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'generatorrunner.pc.in')
-rw-r--r--generatorrunner.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/generatorrunner.pc.in b/generatorrunner.pc.in
new file mode 100644
index 000000000..20b800440
--- /dev/null
+++ b/generatorrunner.pc.in
@@ -0,0 +1,13 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@CMAKE_INSTALL_PREFIX@
+libdir=@CMAKE_INSTALL_PREFIX@/lib
+includedir=@CMAKE_INSTALL_PREFIX@/include
+
+
+Name: generatorrunner
+Description: Python binding generator based on Boost.Python
+Requires: apiextractor
+Version: @boostpythongenerator_VERSION@
+Libs: -L${libdir} -lgenrunner
+Cflags: -I${includedir}
+