diff --git a/include/project_parser.hpp b/include/project_parser.hpp index 2886b5a..f065ccb 100644 --- a/include/project_parser.hpp +++ b/include/project_parser.hpp @@ -119,6 +119,11 @@ struct Subdir { ConditionVector include_after; }; +struct Content { + std::string name; + tsl::ordered_map arguments; +}; + struct Project { // This is the CMake version required to use all cmkr versions. std::string cmake_version = "3.15"; @@ -145,7 +150,7 @@ struct Project { std::vector