Return xml2 dep back.

This commit is contained in:
lzwdgc 2021-02-15 21:37:33 +03:00
parent 0fc2fc3357
commit 8813810eb8

2
sw.cpp
View file

@ -69,7 +69,7 @@ void build(Solution &s)
auto &mod_converter = add_exe("mod_converter"); auto &mod_converter = add_exe("mod_converter");
mod_converter += model; mod_converter += model;
//mod_converter += "org.sw.demo.xmlsoft.libxml2"_dep; // fbx 2020 sdk requires libxml2 mod_converter += "org.sw.demo.xmlsoft.libxml2"_dep; // fbx 2020 sdk requires libxml2
path sdk = "d:/arh/apps/Autodesk/FBX/FBX SDK/2019.0"; path sdk = "d:/arh/apps/Autodesk/FBX/FBX SDK/2019.0";
mod_converter += IncludeDirectory(sdk / "include"); mod_converter += IncludeDirectory(sdk / "include");
String cfg = "release"; String cfg = "release";