#ifndef bg_CONF_HPP #define bg_CONF_HPP #define BG_VERSION std::string("@version@") #define BG_DATADIR std::filesystem::path("@datadir@") #endif