aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunner.pc.in
diff options
context:
space:
mode:
authorChris Hills <chaz@chaz6.com>2009-08-31 19:19:01 +0200
committerHugo Lima <hugo.lima@openbossa.org>2009-08-31 17:17:39 -0300
commit267d9adb4f6e19b3c314a501f84d8fae22c0983c (patch)
treea462924bd3bec14b3b868d70d53bfad10f39d073 /generatorrunner.pc.in
parent06b1408262174c6bbfc4113f2c68fa692f19def3 (diff)
Add pkg-config and cmake support
Reviewed by Hugo Parente
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}
+