[M6] manifest: add dev_dependencies and [build].include_dirs
This commit is contained in:
@@ -16,6 +16,7 @@ struct Dependency {
|
||||
struct BuildSettings {
|
||||
bool warnings_as_errors = false;
|
||||
std::vector<std::string> sanitizers;
|
||||
std::vector<std::string> include_dirs;
|
||||
|
||||
bool operator==(const BuildSettings&) const = default;
|
||||
};
|
||||
@@ -35,6 +36,7 @@ struct Package {
|
||||
struct Manifest {
|
||||
Package package;
|
||||
std::vector<Dependency> dependencies;
|
||||
std::vector<Dependency> dev_dependencies;
|
||||
BuildSettings build;
|
||||
|
||||
bool operator==(const Manifest&) const = default;
|
||||
|
||||
Reference in New Issue
Block a user