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++
Raw Normal View History

2023-11-10 22:50:20 +00:00
#ifndef bg_CONF_HPP
#define bg_CONF_HPP
#define BG_VERSION std::string("@version@")
#define BG_DATADIR std::filesystem::path("@datadir@")
#endif