C++ Meson Library Project
This commit is contained in:
10
src/config.hpp
Normal file
10
src/config.hpp
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user