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

9 lines
158 B
C++
Raw Normal View History

#ifndef zn_CONFIG_HPP
#define zn_CONFIG_HPP
#include <filesystem>
#define ZN_VERSION "@version@"
#define ZN_LIBDIR std::filesystem::path("@libdir@")
#endif