/* * config.h * Compile time constants * * by WangLu */ #ifndef CONFIG_H__ #define CONFIG_H__ #include static const std::string PDF2HTMLEX_VERSION = "@PDF2HTMLEX_VERSION@"; static const std::string PDF2HTMLEX_PREFIX = "@CMAKE_INSTALL_PREFIX@"; static const std::string PDF2HTMLEX_DATA_PATH = "@CMAKE_INSTALL_PREFIX@""/share/pdf2htmlEX"; #endif //CONFIG_H__