C++ Meson Library Project

This commit is contained in:
ktlo
2019-09-05 08:22:25 +00:00
commit 1de134d3f1
25 changed files with 608 additions and 0 deletions

10
src/config.hpp Normal file
View File

@@ -0,0 +1,10 @@
#include <string>
namespace config {
extern const std::string group;
extern const std::string version;
extern const std::string project;
extern const std::string build;
extern const std::string maintainer;
}