/* * config.h * Compile time constants * * Copyright (C) 2012-2014 Lu Wang */ #ifndef PDF2HTMLEX_CONFIG_H__ #define PDF2HTMLEX_CONFIG_H__ #include #define ENABLE_SVG @ENABLE_SVG@ namespace pdf2htmlEX { 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"; } // namespace pdf2htmlEX #endif //PDF2HTMLEX_CONFIG_H__