This repository has been archived on 2024-03-07. You can view files and clone it, but cannot push or open issues/pull-requests.
bloody-gun/src/conf.in.hpp

8 lines
147 B
C++

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