diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake new file mode 100644 index 00000000..aa0a9f4a --- /dev/null +++ b/config.h.cmake @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#cmakedefine METEOR_JAR "@METEOR_JAR@" + +#endif // CONFIG_H |