/* * config.h * Compile time constants * * by WangLu */ #ifndef PDF2HTMLEX_CONFIG_H__ #define PDF2HTMLEX_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 //PDF2HTMLEX_CONFIG_H__