#ifndef POET_H #define POET_H #include static const char *poet_version = "@POET_VERSION@"; // using the Raw string literal to avoid escaping the quotes static inline std::string kin_r_library = R"(@R_KIN_LIB@)"; #endif // POET_H