Add a bunch of missing languages and extensions and refactor

This commit is contained in:
Duncan Ogilvie
2023-02-20 01:18:48 +01:00
parent 7d27c28b59
commit 58a5a935e5
3 changed files with 68 additions and 53 deletions
+1
View File
@@ -288,6 +288,7 @@ Project::Project(const Project *parent, const std::string &path, bool build) : p
project.optional("version", project_version);
project.optional("description", project_description);
project.optional("languages", project_languages);
project.optional("allow-unknown-languages", project_allow_unknown_languages);
project.optional("cmake-before", cmake_before);
project.optional("cmake-after", cmake_after);
project.optional("include-before", include_before);