diff --git a/include/project_parser.hpp b/include/project_parser.hpp index d504e98..1887029 100644 --- a/include/project_parser.hpp +++ b/include/project_parser.hpp @@ -14,7 +14,7 @@ using Condition = tsl::ordered_map; using ConditionVector = Condition>; -struct Setting { +struct Variable { std::string name; std::string comment; mpark::variant val; @@ -185,7 +185,7 @@ struct Project { Condition cmake_after; ConditionVector include_before; ConditionVector include_after; - std::vector settings; + std::vector variables; std::vector