This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#ifndef GENERATORRUNNERCONFIG_H |
| 2 |
#define GENERATORRUNNERCONFIG_H |
| 3 |
|
| 4 |
// generatorrunner version |
| 5 |
#define GENERATORRUNNER_VERSION "@generator_VERSION@" |
| 6 |
|
| 7 |
// generatorrunner plugin dir |
| 8 |
#define GENERATORRUNNER_PLUGIN_DIR "@generator_plugin_DIR@" |
| 9 |
|
| 10 |
// module extension |
| 11 |
#define MODULE_EXTENSION "@CMAKE_SHARED_LIBRARY_SUFFIX@" |
| 12 |
|
| 13 |
#endif |