[feature] msvc-static

This commit is contained in:
gmh5225
2022-10-02 10:43:32 +08:00
parent 153bdbe591
commit 981c48dbc5
7 changed files with 61 additions and 0 deletions
+2
View File
@@ -514,6 +514,8 @@ Project::Project(const Project *parent, const std::string &path, bool build) {
t.optional("precompile-headers", target.precompile_headers);
t.optional("private-precompile-headers", target.private_precompile_headers);
t.optional("msvc-static", target.allow_msvc_static);
if (!target.headers.empty()) {
auto &sources = target.sources.nth(0).value();
const auto &headers = target.headers.nth(0)->second;