aboutsummaryrefslogtreecommitdiffstats
path: root/GeneratorRunnerConfig.cmake.in
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-02-24 16:10:38 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-24 17:35:38 -0300
commita9a1bfa16220446594f2caa600c10f588f995981 (patch)
tree50df28c9d10dfe13f617fded1f37b6370967c0c8 /GeneratorRunnerConfig.cmake.in
parentf7a2b6099245ee47cd7f87b2ca7c0a8e513797d0 (diff)
Remove FindGeneratorRunner.cmake file in favor of GeneratorRunnerConfig and Version .cmake files.
This is the right way to go, according to: - http://www.cmake.org/pipermail/cmake/2009-April/028504.html - http://www.cmake.org/Wiki/CMake_2.6_Notes#Packages Reviewed by Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'GeneratorRunnerConfig.cmake.in')
-rw-r--r--GeneratorRunnerConfig.cmake.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/GeneratorRunnerConfig.cmake.in b/GeneratorRunnerConfig.cmake.in
new file mode 100644
index 000000000..0a217fa75
--- /dev/null
+++ b/GeneratorRunnerConfig.cmake.in
@@ -0,0 +1,7 @@
+# GENERATORRUNNER_INCLUDE_DIR - Directories to include to use GENERATORRUNNER
+# GENERATORRUNNER_LIBRARIES - Files to link against to use GENERATORRUNNER
+# GENERATORRUNNER_PLUGIN_DIR - Where to find/put plugins for generator runner
+
+SET(GENERATORRUNNER_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/generatorrunner")
+SET(GENERATORRUNNER_LIBRARY "genrunner")
+SET(GENERATORRUNNER_PLUGIN_DIR @generator_plugin_DIR@)