poet/src/poet.hpp.in

13 lines
304 B
C++

#ifndef POET_H
#define POET_H
#include <string>
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@)";
static inline std::string init_r_library = R"(@R_INIT_LIB@)";
#endif // POET_H