This repository has been archived on 2023-09-10. You can view files and clone it, but cannot push or open issues/pull-requests.
joko/lib/config.in.hpp

10 lines
169 B
C++

#ifndef jk_CONFIG_IN_HPP
#define jk_CONFIG_IN_HPP
#include <filesystem>
#define JOKO_VERSION "@version@"
#define JOKO_LIBDIR std::filesystem::path("@libdir@")
#endif