aboutsummaryrefslogtreecommitdiffstats
path: root/GeneratorRunnerConfig.cmake.in
blob: 80ab04778d96bb0f751ea12be737a625509dcba2 (plain)
1
2
3
4
5
6
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 "@LIB_INSTALL_DIR@/@CMAKE_SHARED_LIBRARY_PREFIX@genrunner@CMAKE_SHARED_LIBRARY_SUFFIX@")
SET(GENERATORRUNNER_PLUGIN_DIR @generator_plugin_DIR@)