aboutsummaryrefslogtreecommitdiffstats
path: root/GeneratorRunnerConfig.cmake.in
diff options
context:
space:
mode:
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@)