Add support of more complex logic of attribute <depends>

This commit is contained in:
asuessenbach
2022-11-23 17:42:23 +01:00
parent 391ac5011d
commit ad5f67d330
2 changed files with 38 additions and 27 deletions

View File

@@ -168,7 +168,7 @@ private:
struct RequireData
{
RequireData( int line, std::string const & depends_ );
RequireData( int line, std::vector<std::string> const & depends_ );
std::vector<std::string> depends;
std::vector<std::string> commands;