mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Add a bunch of missing languages and extensions and refactor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user