Merge pull request #90 from mike1k/sanity

Error on unknown language & unacceptable source file.
This commit is contained in:
Duncan Ogilvie
2023-02-20 01:31:47 +01:00
committed by GitHub
3 changed files with 83 additions and 0 deletions
+1
View File
@@ -289,6 +289,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);