aboutsummaryrefslogtreecommitdiffstats
path: root/generatorrunnerconfig.h.in
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-03 19:29:54 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-03 19:29:54 -0300
commit74ad15b93b2c3816850acb702c669be8ce0fc4ab (patch)
treef98962c959afdbb7b0b6b02abc38098b62886bf6 /generatorrunnerconfig.h.in
parent518028765c892b7a6a840cca92376ccc8b77b04c (diff)
- Merged boostpythongeneratorversion.h.in and generator_plugin_dir.h.in
into generatorrunnerconfig.h - Added some variables to FindGeneratorRunner.cmake * GENERATORRUNNER_PLUGIN_DIR The dir where the generator plugins should be installed. * GENERATORRUNNER_VERSION The generatorrunner current version.
Diffstat (limited to 'generatorrunnerconfig.h.in')
-rw-r--r--generatorrunnerconfig.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/generatorrunnerconfig.h.in b/generatorrunnerconfig.h.in
new file mode 100644
index 000000000..21ff345fa
--- /dev/null
+++ b/generatorrunnerconfig.h.in
@@ -0,0 +1,10 @@
+#ifndef GENERATORRUNNERCONFIG_H
+#define GENERATORRUNNERCONFIG_H
+
+// generatorrunner version
+#define GENERATORRUNNER_VERSION "@generator_VERSION@"
+
+// generatorrunner plugin dir
+#define GENERATORRUNNER_PUGIN_DIR "@generator_plugin_DIR@"
+
+#endif